cut 0.6.0 release
This commit is contained in:
parent
24ec437c17
commit
900aebd80b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
## 0.6.0 In development
|
## 0.6.0
|
||||||
|
|
||||||
* Convert seq param values to literal sql param lists (@dball)
|
* Convert seq param values to literal sql param lists (@dball)
|
||||||
* Apply seq to sets when converting to sql (@dball)
|
* Apply seq to sets when converting to sql (@dball)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject honeysql "0.6.0-SNAPSHOT"
|
(defproject honeysql "0.6.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