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
|
||||
|
||||
* 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)
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue