Skip to content

Commit

Permalink
Version bump to 0.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancribbs committed Mar 22, 2012
1 parent bda6b91 commit b2d292d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,24 @@ LICENSE for details.

## Changelog

### 0.4.2 March 22, 2012

0.4.2 is a bugfix release that corrects a few minor issues. Added Lars
Gierth and Rob Gleeson as contributors. Thank you for your
contributions!

* I always intended for Webmachine-Ruby to be Apache licensed, but now
that is explicit.
* When the `#process_post` callback returns an invalid value, that
will now be `inspect`ed in the raised exception's message.
* Route bindings are now applied to the `Request` object before the
`Resource` class is instantiated. This means you can inspect them
inside the `#initialize` method of your resource.
* Some `NameError` exceptions and scope problems in the Mongrel
adapter were resolved.
* URL-encoded `=` characters in the query string decoded in the proper
order.

### 0.4.1 February 8, 2012

0.4.1 is a bugfix release that corrects a few minor issues. Added Sam
Expand Down
2 changes: 1 addition & 1 deletion lib/webmachine/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Webmachine
# Library version
VERSION = "0.4.1"
VERSION = "0.4.2"

# String for use in "Server" HTTP response header, which includes
# the {VERSION}.
Expand Down

0 comments on commit b2d292d

Please sign in to comment.