diff options
author | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-09-29 17:05:26 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-09-29 17:05:26 +1000 |
commit | 65334fcffb989e01b348adef448d9a31a5065b0f (patch) | |
tree | a2b0d820d8e1d580f6530e96b5251870f67d7bc9 | |
parent | 8af372f28a7e544ab291d61d733e175d0eda4436 (diff) |
Due to breaking change, go to 0.2.0-SNAPSHOT instead of 0.1.1-SNAPSHOT
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | project.clj | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -208,7 +208,7 @@ be the return value of the associated query function call (`deref`, ## Changelog -#### 0.1.1 +#### 0.2.0 * **Breaking:** Remove `having`, use `select` instead now diff --git a/project.clj b/project.clj index 14229f5..dbe7f32 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clojure-sql "0.1.1-SNAPSHOT" +(defproject clojure-sql "0.2.0-SNAPSHOT" :description "Relational algebra compiling down to SQL queries." :url "https://bitbucket.org/czan/clojure-sql/" :license {:name "Eclipse Public License" |