Prep for 0.9.7 release
This commit is contained in:
parent
e7f2343ae7
commit
10227bdd67
3 changed files with 3 additions and 3 deletions
|
|
@ -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 #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.
|
* 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.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@honeysql/honeysql",
|
"name": "@honeysql/honeysql",
|
||||||
"version": "0.9.6",
|
"version": "0.9.7",
|
||||||
"license": "EPL-1.0",
|
"license": "EPL-1.0",
|
||||||
"homepage": "https://github.com/jkk/honeysql",
|
"homepage": "https://github.com/jkk/honeysql",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject honeysql "0.9.6"
|
(defproject honeysql "0.9.7"
|
||||||
:description "SQL as Clojure data structures"
|
:description "SQL as Clojure data structures"
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "Eclipse Public License"
|
||||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue