From d164d53a35e7c979327a0fc731dcf71343e32ceb Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Mon, 19 Oct 2015 12:36:23 -0700 Subject: [PATCH] Begin 0.6.3 development cycle --- CHANGES.md | 2 ++ project.clj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 6b9a9d6..3a769b5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## 0.6.3 In development + ## 0.6.2 Support column names in :with clauses (@emidln) diff --git a/project.clj b/project.clj index 7684869..40b11b9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.6.2" +(defproject honeysql "0.6.3-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}