Prep for 0.9.10 release
This commit is contained in:
parent
97868812c1
commit
fdf1c39cfa
3 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue