Cut 0.9.0 release.

This commit is contained in:
Michael Blume 2017-06-27 20:30:18 -07:00
parent cda2f38cfa
commit f300420d77
2 changed files with 3 additions and 10 deletions

View file

@ -1,21 +1,14 @@
## 0.9.0 In development ## 0.9.0
* Reprioritize WITH wrt UNION and UNION ALL (@emidln) * Reprioritize WITH wrt UNION and UNION ALL (@emidln)
## 0.9.0 Beta 2
* Helpers for :with and :with-recursive clauses (@enaeher) * Helpers for :with and :with-recursive clauses (@enaeher)
## 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)
* Correct generated arglist for helpers defined with defhelper (@michaelblume) * 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 depend on map iteration order, fix bug with multiple map types (@tomconnors)
* Don't throw away namespace portion of keywords (@jrdoane) * Don't throw away namespace portion of keywords (@jrdoane)
* Update CLJS dependencies (@michaelblume) * Update CLJS dependencies (@michaelblume)
* Add helpers for :with and :with-recursive clauses (@enaher)
* Add helpers for :with and :with-recursive clauses
## 0.8.2 ## 0.8.2

View file

@ -1,4 +1,4 @@
(defproject honeysql "0.9.0-beta2" (defproject honeysql "0.9.0"
: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"}