Cut 0.6.2 release.
This commit is contained in:
parent
0c9474a833
commit
83624a85ca
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
## 0.6.2 In development
|
## 0.6.2
|
||||||
|
|
||||||
Support column names in :with clauses (@emidln)
|
Support column names in :with clauses (@emidln)
|
||||||
Support preserving dashes in quoted names (@jrdoane)
|
Support preserving dashes in quoted names (@jrdoane)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject honeysql "0.6.2-SNAPSHOT"
|
(defproject honeysql "0.6.2"
|
||||||
: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