Prep for 0.9.5 release
This commit is contained in:
parent
be203e9086
commit
82f86ff9be
3 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue