Cut 0.9.0 beta 1.
This commit is contained in:
parent
3154caa6e7
commit
a61e65b40c
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
## 0.8.3 In development
|
## 0.9.0 In development
|
||||||
|
|
||||||
|
## 0.9.0 Beta 1
|
||||||
|
|
||||||
* Allow namespaced keywords and symbols for queries. (@jrdoane)
|
* Allow namespaced keywords and symbols for queries. (@jrdoane)
|
||||||
* Ensure sequences act as function invocations when in value position (@joodie)
|
* Ensure sequences act as function invocations when in value position (@joodie)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject honeysql "0.8.3-SNAPSHOT"
|
(defproject honeysql "0.9.0-beta1"
|
||||||
:description "SQL as Clojure data structures"
|
:description "SQL as Clojure data structures"
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "Eclipse Public License"
|
||||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue