summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Herold <michael.j.herold@gmail.com>2014-08-26 08:55:00 -0500
committerMichael Herold <michael.j.herold@gmail.com>2014-08-26 08:55:00 -0500
commit3a32abfce473148ee3616f4e0469b3e3c2c0374f (patch)
tree843bfd893208885965b86fb37aaedc0b746ccb06
parentbb50be5e7e69b5017969450bd3206ed28a45110b (diff)
downloadhashie-3a32abfce473148ee3616f4e0469b3e3c2c0374f.tar.gz
Preparing for release, 3.3.0v3.3.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--README.md2
-rw-r--r--lib/hashie/version.rb2
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