diff options
-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" |