From 64bf2f6188b16db209242810ec00390f803312e0 Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Fri, 5 Aug 2016 11:09:46 -0700 Subject: [PATCH] Cut 0.8.0 release. --- CHANGES.md | 6 +++++- project.clj | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d234883..ce081f4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,8 @@ -## 0.7.1 In development +## 0.8.0 + +* Get arglists right for generated helpers (@camsaul, @michaelblume) +* Allow HoneySQL to be used from Clojurescript (@rnewman, @michaelblume) +* BREAKING CHANGE: HoneySQL now requires Clojure 1.7.0 or above. ## 0.7.0 diff --git a/project.clj b/project.clj index f5c4321..c388df3 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.7.1-SNAPSHOT" +(defproject honeysql "0.8.0" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}