Cut 0.9.0 release.
This commit is contained in:
parent
cda2f38cfa
commit
f300420d77
2 changed files with 3 additions and 10 deletions
11
CHANGES.md
11
CHANGES.md
|
|
@ -1,21 +1,14 @@
|
|||
## 0.9.0 In development
|
||||
## 0.9.0
|
||||
|
||||
* Reprioritize WITH wrt UNION and UNION ALL (@emidln)
|
||||
|
||||
## 0.9.0 Beta 2
|
||||
|
||||
* Helpers for :with and :with-recursive clauses (@enaeher)
|
||||
|
||||
## 0.9.0 Beta 1
|
||||
|
||||
* Allow namespaced keywords and symbols for queries. (@jrdoane)
|
||||
* Ensure sequences act as function invocations when in value position (@joodie)
|
||||
* Correct generated arglist for helpers defined with defhelper (@michaelblume)
|
||||
* Don't depend on map iteration order, fix bug with multiple map types (@tomconnors)
|
||||
* Don't throw away namespace portion of keywords (@jrdoane)
|
||||
* Update CLJS dependencies (@michaelblume)
|
||||
|
||||
* Add helpers for :with and :with-recursive clauses
|
||||
* Add helpers for :with and :with-recursive clauses (@enaher)
|
||||
|
||||
## 0.8.2
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject honeysql "0.9.0-beta2"
|
||||
(defproject honeysql "0.9.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