From 83624a85ca4148f846cbd66f3c2e6e792f1141d6 Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Mon, 19 Oct 2015 12:31:57 -0700 Subject: [PATCH] Cut 0.6.2 release. --- CHANGES.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 32da99c..6b9a9d6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## 0.6.2 In development +## 0.6.2 Support column names in :with clauses (@emidln) Support preserving dashes in quoted names (@jrdoane) diff --git a/project.clj b/project.clj index faf05ff..7684869 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.6.2-SNAPSHOT" +(defproject honeysql "0.6.2" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}