Skip to content

Commit

Permalink
Bump version and note compatibility with clojure 1.3 in news section …
Browse files Browse the repository at this point in the history
…of readme
  • Loading branch information
purcell committed Jun 11, 2011
1 parent c1d143d commit 79519c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,5 +1,5 @@
(defproject congomongo
"0.1.4-SNAPSHOT"
"0.1.5-SNAPSHOT"
:description "clojure-friendly api for MongoDB"
:dependencies [;; Also tested with: [org.clojure/clojure "1.3.0-alpha8"]
[org.clojure/clojure "1.2.1"]
Expand Down
3 changes: 3 additions & 0 deletions readme.markdown
Expand Up @@ -7,6 +7,9 @@ A toolkit for using MongoDB with Clojure.

News
--------------
Version 0.1.5 adds compatibility with both Clojure 1.3, in addition
to 1.2.

Congomongo 0.1.4 introduces support for the MongoDB 1.8's modified
map-reduce functionality, wherein the 'out' parameter is
required. With this and future Congomongo releases, it will no longer
Expand Down

0 comments on commit 79519c0

Please sign in to comment.