Begin 0.6.3 development cycle

This commit is contained in:
Michael Blume 2015-10-19 12:36:23 -07:00
parent 83624a85ca
commit d164d53a35
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
## 0.6.3 In development
## 0.6.2 ## 0.6.2
Support column names in :with clauses (@emidln) Support column names in :with clauses (@emidln)

View file

@ -1,4 +1,4 @@
(defproject honeysql "0.6.2" (defproject honeysql "0.6.3-SNAPSHOT"
: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"}