Prep for 0.9.6 release

This commit is contained in:
Sean Corfield 2019-08-24 11:58:14 -07:00
parent 8bf68d1d10
commit f594235444
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
## Coming in 0.9.6
## 0.9.6
* Filter `nil` conditions out of `where`/`merge-where`. Fix #246. (@seancorfield)
* Fix reflection warning introduced in 0.9.5 (via PR #237).

View file

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

View file

@ -1,4 +1,4 @@
(defproject honeysql "0.9.5"
(defproject honeysql "0.9.6"
:description "SQL as Clojure data structures"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}