From 0e06499aed898305db71ef0ae51c0719ad6998a7 Mon Sep 17 00:00:00 2001 From: Mike Blume Date: Fri, 8 May 2015 16:00:38 -0700 Subject: [PATCH] cut 0.5.3 release --- CHANGES.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 26e96a0..a20c3a2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## 0.5.3 In development +## 0.5.3 * Support exists syntax (@cddr) * Support locking selects (@dball) diff --git a/project.clj b/project.clj index 2875b67..550f8d8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.5.3-SNAPSHOT" +(defproject honeysql "0.5.3" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}