From a61e65b40c24c201a9dce2fa9193c62c744120e3 Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Wed, 10 May 2017 13:43:52 -0700 Subject: [PATCH] Cut 0.9.0 beta 1. --- CHANGES.md | 4 +++- project.clj | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4c24e88..5586943 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,6 @@ -## 0.8.3 In development +## 0.9.0 In development + +## 0.9.0 Beta 1 * Allow namespaced keywords and symbols for queries. (@jrdoane) * Ensure sequences act as function invocations when in value position (@joodie) diff --git a/project.clj b/project.clj index 10c9c15..281c023 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.8.3-SNAPSHOT" +(defproject honeysql "0.9.0-beta1" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}