summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@clearboxsystems.com.au>2013-09-29 17:05:26 +1000
committerCarlo Zancanaro <carlo@clearboxsystems.com.au>2013-09-29 17:05:26 +1000
commit65334fcffb989e01b348adef448d9a31a5065b0f (patch)
treea2b0d820d8e1d580f6530e96b5251870f67d7bc9
parent8af372f28a7e544ab291d61d733e175d0eda4436 (diff)
Due to breaking change, go to 0.2.0-SNAPSHOT instead of 0.1.1-SNAPSHOT
-rw-r--r--README.md2
-rw-r--r--project.clj2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 13c3d9c..e0cf7e7 100644
--- a/README.md
+++ b/README.md
@@ -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"