Cut 0.8.0 release.
This commit is contained in:
parent
f00855c30b
commit
64bf2f6188
2 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
## 0.7.1 In development
|
## 0.8.0
|
||||||
|
|
||||||
|
* Get arglists right for generated helpers (@camsaul, @michaelblume)
|
||||||
|
* Allow HoneySQL to be used from Clojurescript (@rnewman, @michaelblume)
|
||||||
|
* BREAKING CHANGE: HoneySQL now requires Clojure 1.7.0 or above.
|
||||||
|
|
||||||
## 0.7.0
|
## 0.7.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject honeysql "0.7.1-SNAPSHOT"
|
(defproject honeysql "0.8.0"
|
||||||
:description "SQL as Clojure data structures"
|
:description "SQL as Clojure data structures"
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "Eclipse Public License"
|
||||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue