bumped the version number to 0.36

improve_associations
Marcos Tapajós 2010-03-30 20:33:17 -03:00
parent 68ef916f4d
commit 54f3a11efd
2 changed files with 9 additions and 3 deletions

View File

@ -1,10 +1,16 @@
== Next Version
* Major enhancements
* Minor enhancements
== 0.36
* Major enhancements
* Adds support for continuous replication (sauy7)
* Automatic Type Casting (Alexander Uvarov, Sam Lown, Tim Heighes, Will Leinweber)
* Added a search method to CouchRest:Database to search the documents in a
given database. (Dave Farkas, Arnaud Berthomier, John Wood)
* Added a search method to CouchRest:Database to search the documents in a given database. (Dave Farkas, Arnaud Berthomier, John Wood)
* Minor enhancements
* Provide a description of the timeout error (John Wood)

View File

@ -28,7 +28,7 @@ require 'couchrest/monkeypatches'
# = CouchDB, close to the metal
module CouchRest
VERSION = '0.35' unless self.const_defined?("VERSION")
VERSION = '0.36' unless self.const_defined?("VERSION")
autoload :Server, 'couchrest/core/server'
autoload :Database, 'couchrest/core/database'