From 54f3a11efd43152d3e7dd19f1258e46225a4678a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Tapaj=C3=B3s?= Date: Tue, 30 Mar 2010 20:33:17 -0300 Subject: [PATCH] bumped the version number to 0.36 --- history.txt | 10 ++++++++-- lib/couchrest.rb | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/history.txt b/history.txt index b097d51..fef9e0d 100644 --- a/history.txt +++ b/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) diff --git a/lib/couchrest.rb b/lib/couchrest.rb index 2f0c577..bb58e1e 100644 --- a/lib/couchrest.rb +++ b/lib/couchrest.rb @@ -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'