summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2014-06-03 10:25:17 -0700
committerdblock <dblock@dblock.org>2014-06-03 10:25:17 -0700
commit389e5404fd9adb3ba2e5c279c579d04c60a8a5f6 (patch)
tree808310937ad6407a2b522e8560586916af7e2e39
parent4a059050df17a174d0583440e2fbf8aed7899c2a (diff)
downloadhashie-389e5404fd9adb3ba2e5c279c579d04c60a8a5f6.tar.gz
Preparing for next development release, 3.0.1.
-rw-r--r--CHANGELOG.md5
-rw-r--r--README.md2
-rw-r--r--lib/hashie/version.rb2
3 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dbd76c0..15a7c9e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## Next Release
+
+* Your contribution here.
+
## 3.0 (6/3/2014)
**Note:** This version introduces several backward incompatible API changes. See [UPGRADING](UPGRADING.md) for details.
@@ -8,7 +12,6 @@
* [#152](https://github.com/intridea/hashie/pull/152): Do not automatically stringify keys in Hashie::Hash#to_hash, pass `:stringify_keys` to achieve backward compatible behavior - [@dblock](https://github.com/dblock).
* [#148](https://github.com/intridea/hashie/pull/148): Consolidated Hashie::Hash#stringify_keys implementation - [@dblock](https://github.com/dblock).
* [#149](https://github.com/intridea/hashie/issues/149): Allow IgnoreUndeclared and DeepMerge to be used with undeclared properties - [@jhaesus](https://github.com/jhaesus).
-* Your contribution here.
## 2.1.1 (4/12/2014)
diff --git a/README.md b/README.md
index 3eafa9d..69cbaee 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ $ gem install hashie
## Upgrading
-You're reading the documentation for the stable release of Hashie, 3.0. 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.0.1. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.0](https://github.com/intridea/hashie/blob/v3.0.0/README.md).
## Hash Extensions
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index cd03fd8..41304e5 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '3.0.0'
+ VERSION = '3.0.1'
end