From f5942354447c8de47f4f1fc6a3c929c0d7805685 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 24 Aug 2019 11:58:14 -0700 Subject: [PATCH] Prep for 0.9.6 release --- CHANGES.md | 2 +- package.json | 2 +- project.clj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d12f1ca..4d86941 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## Coming in 0.9.6 +## 0.9.6 * Filter `nil` conditions out of `where`/`merge-where`. Fix #246. (@seancorfield) * Fix reflection warning introduced in 0.9.5 (via PR #237). diff --git a/package.json b/package.json index b8dfb73..a4d47ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@honeysql/honeysql", - "version": "0.9.5", + "version": "0.9.6", "license": "EPL-1.0", "homepage": "https://github.com/jkk/honeysql", "repository": { diff --git a/project.clj b/project.clj index 3a34846..7b56e42 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.9.5" +(defproject honeysql "0.9.6" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}