1.0.0 RC2

This commit is contained in:
Michael S. Klishin 2012-06-19 12:23:58 +04:00
parent fb331264ea
commit 3a114172bc
3 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
## Changes between 1.0.0-rc1 and 1.0.0
No changes yet.
## Changes between 1.0.0-rc1 and 1.0.0-rc2
### Ragtime integration

View file

@ -33,7 +33,7 @@ To subscribe for announcements of releases, important changes and so on, please
## Project Maturity
Monger is not a young project: it will be 1 year old in a few months, with active production use from week 1. It is now at 1.0.0-rc1,
Monger is not a young project: it will be 1 year old in a few months, with active production use from week 1. It is now at 1.0.0 RCs,
all API parts are set in stone and 1.0 will be released after a few weeks of "soaking".
@ -54,7 +54,7 @@ definition to your `pom.xml`:
With Leiningen:
[com.novemberain/monger "1.0.0-rc1"]
[com.novemberain/monger "1.0.0-rc2"]
With Maven:
@ -62,7 +62,7 @@ With Maven:
<dependency>
<groupId>com.novemberain</groupId>
<artifactId>monger</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0-rc2</version>
</dependency>

View file

@ -1,4 +1,4 @@
(defproject com.novemberain/monger "1.0.0-SNAPSHOT"
(defproject com.novemberain/monger "1.0.0-rc2"
: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"}