From c4278f23709e8df2cbe87b370d2b98276ce39a0a Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Tue, 9 Feb 2016 14:54:51 -0800 Subject: [PATCH] Cut 0.6.3 release. --- CHANGES.md | 6 +++++- project.clj | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3a769b5..2e8c08d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/project.clj b/project.clj index 40b11b9..9fef3b8 100644 --- a/project.clj +++ b/project.clj @@ -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"}