Skip to content

Commit

Permalink
cut 0.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
imrekoszo committed Jan 22, 2024
1 parent 7ae8bed commit 18de93c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,14 @@ Evaluation count : 24 in 6 samples of 4 calls.

## Changelog

### 0.19.6

* Fix regression in 0.19.5 #54

### 0.19.5

* Support ClojureDart

### 0.19.4

* Fix ClojureScript compilation broken in `0.19.3` #49
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[clojure.java.shell :as sh]))

(def lib 'net.cgrand/xforms)
(def version "0.19.5" #_(format "0.0.%s" (b/git-count-revs nil)))
(def version "0.19.6" #_(format "0.0.%s" (b/git-count-revs nil)))
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
(def jar-file (format "target/%s-%s.jar" (name lib) version))
Expand Down

0 comments on commit 18de93c

Please sign in to comment.