diff --git a/CHANGES.md b/CHANGES.md index 80df94a..83e9e13 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/package.json b/package.json index a4d47ac..be5eba4 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/project.clj b/project.clj index 7b56e42..80885d4 100644 --- a/project.clj +++ b/project.clj @@ -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"}