1.0.0-beta7
This commit is contained in:
parent
5a68bcebf7
commit
eac8a110ee
3 changed files with 17 additions and 3 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## Changes between 1.0.0-beta7 and 1.0.0-beta8
|
||||
|
||||
No changes yet.
|
||||
|
||||
|
||||
|
||||
## Changes between 1.0.0-beta6 and 1.0.0-beta7
|
||||
|
||||
### Replica sets support
|
||||
|
|
|
|||
12
README.md
12
README.md
|
|
@ -31,6 +31,14 @@ wanted a client that will
|
|||
To subscribe for announcements of releases, important changes and so on, please follow [@ClojureWerkz](https://twitter.com/#!/clojurewerkz) on Twitter.
|
||||
|
||||
|
||||
## Project Maturity
|
||||
|
||||
Monger is no longer a really young project: it will be 1 year old in a few months, with active production use from week 1. It is now rapidly approaching
|
||||
the RC1 milestone and almost all API parts are set in stone for the 1.0 release. That said, the team takes a pretty conservative stance on
|
||||
versioning and there will be as many beta releases as necessary to get things right.
|
||||
|
||||
RC1 is something we believe is worth labelling 1.0 when most of documentation guides are ready.
|
||||
|
||||
|
||||
## Artifacts
|
||||
|
||||
|
|
@ -38,7 +46,7 @@ To subscribe for announcements of releases, important changes and so on, please
|
|||
|
||||
With Leiningen:
|
||||
|
||||
[com.novemberain/monger "1.0.0-beta6"]
|
||||
[com.novemberain/monger "1.0.0-beta7"]
|
||||
|
||||
|
||||
With Maven:
|
||||
|
|
@ -46,7 +54,7 @@ With Maven:
|
|||
<dependency>
|
||||
<groupId>com.novemberain</groupId>
|
||||
<artifactId>monger</artifactId>
|
||||
<version>1.0.0-beta6</version>
|
||||
<version>1.0.0-beta7</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject com.novemberain/monger "1.0.0-SNAPSHOT"
|
||||
(defproject com.novemberain/monger "1.0.0-beta7"
|
||||
:description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included"
|
||||
:min-lein-version "2.0.0"
|
||||
:license {:name "Eclipse Public License"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue