Cut 0.7.0 release.

This commit is contained in:
Michael Blume 2016-06-07 16:58:39 -07:00
parent 93b62586ce
commit 39482d49c2
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
## 0.6.4 In development
## 0.7.0
* Parameterize numbers, properly handle NaN, Infinity, -Infinity (@akhudek)
* Fix lock example in README (@michaelblume)

View file

@ -1,4 +1,4 @@
(defproject honeysql "0.6.4-SNAPSHOT"
(defproject honeysql "0.7.0"
:description "SQL as Clojure data structures"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}