cut 0.5.3 release

This commit is contained in:
Mike Blume 2015-05-08 16:00:38 -07:00
parent 1a4f5c0acd
commit 0e06499aed
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
## 0.5.3 In development
## 0.5.3
* Support exists syntax (@cddr)
* Support locking selects (@dball)

View file

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