Back to 1.2.0-SNAPSHOT
This commit is contained in:
parent
5b60c3690e
commit
8bd2469465
2 changed files with 11 additions and 6 deletions
15
ChangeLog.md
15
ChangeLog.md
|
|
@ -1,10 +1,15 @@
|
|||
## Changes between 1.0.0-rc1 and 1.1.0
|
||||
## Changes between 1.1.0 and 1.2.0-alpha1
|
||||
|
||||
No changes yet
|
||||
|
||||
|
||||
## Changes between 1.1.0-rc1 and 1.1.0
|
||||
|
||||
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
|
||||
|
||||
|
|
@ -14,7 +19,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
|
||||
|
||||
|
|
@ -23,7 +28,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).
|
||||
|
||||
|
||||
## 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
|
||||
|
||||
|
|
@ -48,7 +53,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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject com.novemberain/monger "1.1.0"
|
||||
(defproject com.novemberain/monger "1.2.0-SNAPSHOT"
|
||||
:description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included"
|
||||
:url "http://clojuremongodb.info"
|
||||
:min-lein-version "2.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue