From 3a32abfce473148ee3616f4e0469b3e3c2c0374f Mon Sep 17 00:00:00 2001 From: Michael Herold Date: Tue, 26 Aug 2014 08:55:00 -0500 Subject: Preparing for release, 3.3.0 --- CHANGELOG.md | 3 +-- README.md | 2 +- lib/hashie/version.rb | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 717a756..c3a65bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 3.2.1 (Next) +## 3.3.0 (8/26/2014) * [#183](https://github.com/intridea/hashie/pull/183): Added Mash#load with YAML file support - [@gregory](https://github.com/gregory). * [#195](https://github.com/intridea/hashie/pull/195): Ensure that the same object is returned after injecting IndifferentAccess - [@michaelherold](https://github.com/michaelherold). @@ -12,7 +12,6 @@ * [#207](http://github.com/intridea/hashie/pull/207): Fixed inheritance of transformations in Trash - [@fobocaster](https://github.com/fobocaster). * [#209](http://github.com/intridea/hashie/pull/209): Added Hashie::Extensions::DeepFind - [@michaelherold](https://github.com/michaelherold). * [#69](https://github.com/intridea/hashie/pull/69): Fixed regression in assigning multiple properties in Hashie::Trash - [@michaelherold](https://github.com/michaelherold), [@einzige](https://github.com/einzige), [@dblock](https://github.com/dblock). -* Your contribution here. ## 3.2.0 (7/10/2014) diff --git a/README.md b/README.md index e8cded6..7c9f283 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ $ gem install hashie ## Upgrading -You're reading the documentation for the next release of Hashie, which should be 3.2.1. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.2.0](https://github.com/intridea/hashie/blob/v3.2.0/README.md). +You're reading the documentation for the stable release of Hashie, which should be 3.3.0. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.3.0](https://github.com/intridea/hashie/blob/v3.3.0/README.md). ## Hash Extensions diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb index 524a2e3..6fb004f 100644 --- a/lib/hashie/version.rb +++ b/lib/hashie/version.rb @@ -1,3 +1,3 @@ module Hashie - VERSION = '3.2.1' + VERSION = '3.3.0' end -- cgit v1.2.1