Prep for 0.9.7 release

This commit is contained in:
Sean Corfield 2019-09-07 16:00:34 -07:00
parent e7f2343ae7
commit 10227bdd67
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
## Changes coming in 0.9.7
## 0.9.7
* Fix #248 by treating alias as "not a subquery" when generating SQL for it. (@seancorfield)
* Fix #247 by reverting #132 / #131 so the default behavior is friendlier for namespace-qualified keywords used for table and column names, but adds `honeysql.format/*allow-namespaced-names?*` to restore the previous behavior. A `:allow-namespaced-names?` option has been adding to `format` to set this more easily.

View file

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

View file

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