cut 0.19.6
This commit is contained in:
parent
7ae8bed997
commit
18de93c8fe
2 changed files with 9 additions and 1 deletions
|
|
@ -228,6 +228,14 @@ Evaluation count : 24 in 6 samples of 4 calls.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 0.19.6
|
||||||
|
|
||||||
|
* Fix regression in 0.19.5 #54
|
||||||
|
|
||||||
|
### 0.19.5
|
||||||
|
|
||||||
|
* Support ClojureDart
|
||||||
|
|
||||||
### 0.19.4
|
### 0.19.4
|
||||||
|
|
||||||
* Fix ClojureScript compilation broken in `0.19.3` #49
|
* Fix ClojureScript compilation broken in `0.19.3` #49
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
[clojure.java.shell :as sh]))
|
[clojure.java.shell :as sh]))
|
||||||
|
|
||||||
(def lib 'net.cgrand/xforms)
|
(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 class-dir "target/classes")
|
||||||
(def basis (b/create-basis {:project "deps.edn"}))
|
(def basis (b/create-basis {:project "deps.edn"}))
|
||||||
(def jar-file (format "target/%s-%s.jar" (name lib) version))
|
(def jar-file (format "target/%s-%s.jar" (name lib) version))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue