Skip to content

Commit

Permalink
Prepare for version 0.9.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 24, 2010
1 parent 2f5b0db commit afed8b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
twitter (0.9.10)
twitter (0.9.11)
hashie (~> 0.4.0)
httparty (~> 0.6.1)
multi_json (~> 0.0.4)
Expand Down
6 changes: 6 additions & 0 deletions HISTORY.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=== 0.9.11 - September 24, 2010
* {Add a <tt>filter</tt> method to the <tt>Search</tt> class}[http://github.com/jnunemaker/twitter/commit/0b37998055158d4fed0e3c296d8d2a42ac77d5d9] (@pjdavis[http://twitter.com/#!/pjdavis])
* {Add test to ensure <tt>fetch</tt> doesn't overwrite <tt>@query[:q]</tt>}[http://github.com/jnunemaker/twitter/commit/2e05847cf70692b760c45dd54b6bad820176c9bd] (@pjdavis[http://twitter.com/#!/pjdavis])
* {Add <tt>retweeted</tt> and <tt>not_retweeted</tt> methods to <tt>Search</tt> class}[http://github.com/jnunemaker/twitter/commit/9ef83acdcbe682a8b5a325f89d566f7ef97fffc2] (@levycarneiro[http://twitter.com/#!/levycarneiro])
* {Switch from YAJL to MultiJson}[http://github.com/jnunemaker/twitter/commit/60a7cb179e77319e03c595850119b63fb413a53d] (@MichaelRykov[http://twitter.com/#!/MichaelRykov])

=== 0.9.10 - September 23, 2010
* {Specify Twitter API version for all REST API calls}[http://github.com/jnunemaker/twitter/commit/76b1fa31588bbc20166464313027f75e3771e385]
* {Parse all responses with YAJL JSON parser}[http://github.com/jnunemaker/twitter/commit/c477f368fde6161dbae59ea7bc7c7d182b15721b]
Expand Down
2 changes: 1 addition & 1 deletion lib/twitter/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Twitter
VERSION = "0.9.10"
VERSION = "0.9.11"
end

0 comments on commit afed8b5

Please sign in to comment.