Cut 0.6.3 release.

This commit is contained in:
Michael Blume 2016-02-09 14:54:51 -08:00
parent 61cd800aa2
commit c4278f2370
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
(defproject honeysql "0.6.3-SNAPSHOT"
(defproject honeysql "0.6.3"
:description "SQL as Clojure data structures"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}