Skip to content

Commit

Permalink
bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskite committed Feb 17, 2011
1 parent 50f3cf3 commit 40c21e1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
== 0.6.0 / 2011-02-17

* Major enhancements

* Added support for HTTP Basic Auth with URLs containing a username and password
* Added support for anonymous HTTP proxies

* Minor enhancements

* Added read_timeout option to set the HTTP request timeout in seconds

* Bug fixes

* Don't fatal error if a page request times out
* Fix double encoding of links containing %20

== 0.5.0 / 2010-09-01

* Major enhancements
Expand Down
2 changes: 1 addition & 1 deletion anemone.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = "anemone"
s.version = "0.5.0"
s.version = "0.6.0"
s.author = "Chris Kite"
s.homepage = "http://anemone.rubyforge.org"
s.rubyforge_project = "anemone"
Expand Down

0 comments on commit 40c21e1

Please sign in to comment.