Cut 0.7.0 release.
This commit is contained in:
parent
93b62586ce
commit
39482d49c2
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue