Prep for 0.9.10 release

This commit is contained in:
Sean Corfield 2020-03-06 15:19:16 -08:00
parent 97868812c1
commit fdf1c39cfa
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,8 @@
## 0.9.10 -- unreleased ## 0.9.10
* Fix #254 #255 by adding support for `except`. (@ted-coakley-otm) * Fix #254 #255 by adding support for `except`. (@ted-coakley-otm)
* Fix #253 properly by supporting `false` as well. (@ted-coakley-otm) * Fix #253 properly by supporting `false` as well. (@ted-coakley-otm)
* Add cljs testing to `deps.edn`, also multi-version clj testing and new `readme` testing.
## 0.9.9 ## 0.9.9

View file

@ -1,6 +1,6 @@
{ {
"name": "@honeysql/honeysql", "name": "@honeysql/honeysql",
"version": "0.9.9", "version": "0.9.10",
"license": "EPL-1.0", "license": "EPL-1.0",
"homepage": "https://github.com/jkk/honeysql", "homepage": "https://github.com/jkk/honeysql",
"repository": { "repository": {

View file

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