1.0.0-beta6
This commit is contained in:
parent
008460e327
commit
3d5835cdf3
3 changed files with 10 additions and 4 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
## Changes between 1.0.0-beta6 and 1.0.0-beta7
|
||||||
|
|
||||||
|
No changes yet.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Changes between 1.0.0-beta5 and 1.0.0-beta6
|
## Changes between 1.0.0-beta5 and 1.0.0-beta6
|
||||||
|
|
||||||
### find-and-modify support
|
### find-and-modify support
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ There is one MongoDB client for Clojure that has been around since 2009. So, why
|
||||||
wanted a client that will
|
wanted a client that will
|
||||||
|
|
||||||
* Support most of MongoDB 2.0+ features but only those that really matter. Grouping the way it is done today, for example, does not (it is easier to just use Map/Reduce directly).
|
* Support most of MongoDB 2.0+ features but only those that really matter. Grouping the way it is done today, for example, does not (it is easier to just use Map/Reduce directly).
|
||||||
* Be well documented.
|
* Be [well documented](http://clojuremongodb.info).
|
||||||
* Be well tested.
|
* Be well tested.
|
||||||
* Be maintained, do not carry technical debt from 2009 forever.
|
* Be maintained, do not carry technical debt from 2009 forever.
|
||||||
* Target Clojure 1.3.0 and later from the ground up.
|
* Target Clojure 1.3.0 and later from the ground up.
|
||||||
|
|
@ -38,7 +38,7 @@ To subscribe for announcements of releases, important changes and so on, please
|
||||||
|
|
||||||
With Leiningen:
|
With Leiningen:
|
||||||
|
|
||||||
[com.novemberain/monger "1.0.0-beta5"]
|
[com.novemberain/monger "1.0.0-beta6"]
|
||||||
|
|
||||||
|
|
||||||
With Maven:
|
With Maven:
|
||||||
|
|
@ -46,7 +46,7 @@ With Maven:
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.novemberain</groupId>
|
<groupId>com.novemberain</groupId>
|
||||||
<artifactId>monger</artifactId>
|
<artifactId>monger</artifactId>
|
||||||
<version>1.0.0-beta5</version>
|
<version>1.0.0-beta6</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject com.novemberain/monger "1.0.0-SNAPSHOT"
|
(defproject com.novemberain/monger "1.0.0-beta6"
|
||||||
: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"
|
||||||
:min-lein-version "2.0.0"
|
:min-lein-version "2.0.0"
|
||||||
:license {:name "Eclipse Public License"}
|
:license {:name "Eclipse Public License"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue