Skip to content

Commit

Permalink
Prep for 0.9.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Mar 6, 2020
1 parent 9786881 commit fdf1c39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
@@ -1,7 +1,8 @@
## 0.9.10 -- unreleased
## 0.9.10

* Fix #254 #255 by adding support for `except`. (@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

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@honeysql/honeysql",
"version": "0.9.9",
"version": "0.9.10",
"license": "EPL-1.0",
"homepage": "https://github.com/jkk/honeysql",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject honeysql "0.9.9"
(defproject honeysql "0.9.10"
:description "SQL as Clojure data structures"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
Expand Down

0 comments on commit fdf1c39

Please sign in to comment.