begin 0.6.1 development cycle
This commit is contained in:
parent
900aebd80b
commit
6e36c7c1f8
2 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
## 0.6.1 In development
|
||||
|
||||
## 0.6.0
|
||||
|
||||
* Convert seq param values to literal sql param lists (@dball)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject honeysql "0.6.0"
|
||||
(defproject honeysql "0.6.1-SNAPSHOT"
|
||||
:description "SQL as Clojure data structures"
|
||||
:license {:name "Eclipse Public License"
|
||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue