From fdf1c39cfa66339aa8ea8d45ae244785a4587f15 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 6 Mar 2020 15:19:16 -0800 Subject: [PATCH] Prep for 0.9.10 release --- CHANGES.md | 3 ++- package.json | 2 +- project.clj | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 512572c0..fb22fc9e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,8 @@ -## 0.9.10 -- unreleased +## 0.9.10 * Fix #254 #255 by adding support for `except`. (@ted-coakley-otm) * Fix #253 properly by supporting `false` as well. (@ted-coakley-otm) +* Add cljs testing to `deps.edn`, also multi-version clj testing and new `readme` testing. ## 0.9.9 diff --git a/package.json b/package.json index 3c6590f5..f0458937 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@honeysql/honeysql", - "version": "0.9.9", + "version": "0.9.10", "license": "EPL-1.0", "homepage": "https://github.com/jkk/honeysql", "repository": { diff --git a/project.clj b/project.clj index 60b82d45..f98c3498 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.9.9" +(defproject honeysql "0.9.10" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}