Back to 1.1.1-SNAPSHOT

This commit is contained in:
Michael S. Klishin 2012-07-10 05:47:20 +04:00
parent 5b60c3690e
commit 7704900b38
2 changed files with 12 additions and 6 deletions

View file

@ -1,10 +1,16 @@
## Changes between 1.0.0-rc1 and 1.1.0 ## Changes between 1.1.0 and 1.1.1
No changes yet.
## Changes between 1.1.0-rc1 and 1.1.0
No changes. No changes.
## Changes between 1.0.0-beta2 and 1.1.0-rc1 ## Changes between 1.1.0-beta2 and 1.1.0-rc1
### monger.collection/save-and-return ### monger.collection/save-and-return
@ -14,7 +20,7 @@ is to `monger.collection/insert`. See Monger 1.1.0-beta1 changes or function doc
## Changes between 1.0.0-beta1 and 1.1.0-beta2 ## Changes between 1.1.0-beta1 and 1.1.0-beta2
### Support for passing keywords as collection names ### Support for passing keywords as collection names
@ -23,7 +29,7 @@ For example, `monger.collection/insert-and-return` that's given collection name
treat it as `people` (by applying [clojure.core/name](http://clojuredocs.org/clojure_core/clojure.core/name) to the argument). treat it as `people` (by applying [clojure.core/name](http://clojuredocs.org/clojure_core/clojure.core/name) to the argument).
## Changes between 1.0.0-alpha3 and 1.1.0-beta1 ## Changes between 1.1.0-alpha3 and 1.1.0-beta1
### monger.collection/insert-and-return ### monger.collection/insert-and-return
@ -48,7 +54,7 @@ when a user may want to have the write result returned.
## Changes between 1.0.0-alpha2 and 1.1.0-alpha3 ## Changes between 1.1.0-alpha2 and 1.1.0-alpha3
### Clojure reader extensions ### Clojure reader extensions

View file

@ -1,4 +1,4 @@
(defproject com.novemberain/monger "1.1.0" (defproject com.novemberain/monger "1.1.1-SNAPSHOT"
:description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included" :description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included"
:url "http://clojuremongodb.info" :url "http://clojuremongodb.info"
:min-lein-version "2.0.0" :min-lein-version "2.0.0"