bumped the version number to 0.36
This commit is contained in:
parent
68ef916f4d
commit
54f3a11efd
10
history.txt
10
history.txt
|
@ -1,10 +1,16 @@
|
||||||
== Next Version
|
== Next Version
|
||||||
|
|
||||||
|
* Major enhancements
|
||||||
|
|
||||||
|
* Minor enhancements
|
||||||
|
|
||||||
|
== 0.36
|
||||||
|
|
||||||
* Major enhancements
|
* Major enhancements
|
||||||
* Adds support for continuous replication (sauy7)
|
* Adds support for continuous replication (sauy7)
|
||||||
* Automatic Type Casting (Alexander Uvarov, Sam Lown, Tim Heighes, Will Leinweber)
|
* Automatic Type Casting (Alexander Uvarov, Sam Lown, Tim Heighes, Will Leinweber)
|
||||||
* Added a search method to CouchRest:Database to search the documents in a
|
* Added a search method to CouchRest:Database to search the documents in a given database. (Dave Farkas, Arnaud Berthomier, John Wood)
|
||||||
given database. (Dave Farkas, Arnaud Berthomier, John Wood)
|
|
||||||
* Minor enhancements
|
* Minor enhancements
|
||||||
* Provide a description of the timeout error (John Wood)
|
* Provide a description of the timeout error (John Wood)
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ require 'couchrest/monkeypatches'
|
||||||
|
|
||||||
# = CouchDB, close to the metal
|
# = CouchDB, close to the metal
|
||||||
module CouchRest
|
module CouchRest
|
||||||
VERSION = '0.35' unless self.const_defined?("VERSION")
|
VERSION = '0.36' unless self.const_defined?("VERSION")
|
||||||
|
|
||||||
autoload :Server, 'couchrest/core/server'
|
autoload :Server, 'couchrest/core/server'
|
||||||
autoload :Database, 'couchrest/core/database'
|
autoload :Database, 'couchrest/core/database'
|
||||||
|
|
Loading…
Reference in a new issue