Prep for 0.9.5 release

This commit is contained in:
Sean Corfield 2019-08-07 11:07:58 -07:00
parent be203e9086
commit 82f86ff9be
3 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,7 @@
## 0.9.5 in progress
## 0.9.5
* Support JDK11 (update Midje). PR #238. (@camsaul)
* Support Turkish user.language. PR #237. (@camsaul)
* `format-predicate` now accepts `parameterizer` as a named argument (default `:jdbc`) to match `format`. PR #234. (@glittershark)
## 0.9.4

View file

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

View file

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