Skip to content

Commit

Permalink
Bump dance to 0.1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
unexpectedness committed Mar 3, 2024
1 parent 2b3b103 commit b50776c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [0.14.53] - 2024-03-03
### Fixed
- `dance` v0.1.4.1.

## [0.14.52] - 2024-02-19
### Added:
- `shuriken.iterator`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Small yet effective Clojure weapons.
# Usage

```clojure
[net.clojars.unexpectedness/shuriken "0.14.52"]
[net.clojars.unexpectedness/shuriken "0.14.53"]
```


Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
com.palletops/ns-reload {:mvn/version "0.1.0"},
net.cgrand/macrovich {:mvn/version "0.2.1"},
net.clojars.unexpectedness/dance
{:mvn/version "0.1.4",
{:mvn/version "0.1.4.2",
:exclusions [net.clojars.unexpectedness/shuriken]},
net.clojars.unexpectedness/lexikon
{:mvn/version "0.2.2",
Expand Down
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; rlwrap lein trampoline cljsbuild repl-listen

(defproject net.clojars.unexpectedness/shuriken "0.14.52"
(defproject net.clojars.unexpectedness/shuriken "0.14.53"
:description "unexpectedness' Clojure toolbox"
:url "https://github.com/unexpectedness/shuriken"
:license {:name "Eclipse Public License"
Expand Down Expand Up @@ -40,9 +40,9 @@
[com.palletops/ns-reload "0.1.0"]
[net.cgrand/macrovich "0.2.1"]

[net.clojars.unexpectedness/dance "0.1.4" :exclusions [net.clojars.unexpectedness/shuriken]]
[net.clojars.unexpectedness/lexikon "0.2.2" :exclusions [net.clojars.unexpectedness/shuriken]]
[net.clojars.unexpectedness/weaving "0.2.5" :exclusions [net.clojars.unexpectedness/shuriken]]
[net.clojars.unexpectedness/dance "0.1.4.2" :exclusions [net.clojars.unexpectedness/shuriken]]
[net.clojars.unexpectedness/lexikon "0.2.2" :exclusions [net.clojars.unexpectedness/shuriken]]
[net.clojars.unexpectedness/weaving "0.2.5" :exclusions [net.clojars.unexpectedness/shuriken]]

;; For monkey patches
[robert/hooke "1.3.0"]
Expand Down

0 comments on commit b50776c

Please sign in to comment.