Preparing for next development release, 3.1.1.

This commit is contained in:
dblock 2014-06-25 14:19:09 -04:00
parent 3e7a1aedbe
commit c5ad2023da
3 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,8 @@
## 3.1 (7/25/2014)
## Next
* Your contribution here.
## 3.1 (6/25/2014)
* [#169](https://github.com/intridea/hashie/pull/169): Hash#to_hash will also convert nested objects that implement to_hash - [@gregory](https://github.com/gregory).
* [#171](https://github.com/intridea/hashie/pull/171): Include Trash and Dash class name when raising `NoMethodError` - [@gregory](https://github.com/gregory).

View File

@ -12,7 +12,7 @@ $ gem install hashie
## Upgrading
You're reading the documentation for the stable release of Hashie, 3.1. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
You're reading the documentation for the next release of Hashie, which should be 3.1.1. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.1](https://github.com/intridea/hashie/blob/v3.1.0/README.md).
## Hash Extensions

View File

@ -1,3 +1,3 @@
module Hashie
VERSION = '3.1.0'
VERSION = '3.1.1'
end