Cut 0.6.3 release.
This commit is contained in:
parent
61cd800aa2
commit
c4278f2370
2 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
## 0.6.3 In development
|
## 0.6.4 In development
|
||||||
|
|
||||||
|
## 0.6.3
|
||||||
|
|
||||||
|
Fix bug when SqlCall/SqlRaw object is first argument to another helper (@MichaelBlume)
|
||||||
|
|
||||||
## 0.6.2
|
## 0.6.2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject honeysql "0.6.3-SNAPSHOT"
|
(defproject honeysql "0.6.3"
|
||||||
: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