summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2016-09-16 09:39:08 -0400
committerdblock <dblock@dblock.org>2016-09-16 09:39:08 -0400
commit229ee36d7c6a07eff6d8a0434726e12b8c3a0223 (patch)
tree65fafc41c7b6f4a8259f123d75c91c5103b26e7f
parent93b941d653cf8cad14933b498ffc6808457b86b6 (diff)
downloadhashie-229ee36d7c6a07eff6d8a0434726e12b8c3a0223.tar.gz
Preparing for next development iteration, 3.4.6.
-rw-r--r--CHANGELOG.md32
-rw-r--r--README.md2
-rw-r--r--RELEASING.md16
-rw-r--r--lib/hashie/version.rb2
4 files changed, 42 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b70f6ad..b4f8c42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,38 @@ scheme are considered to be bugs.
[semver]: http://semver.org/spec/v2.0.0.html
+## [Unreleased][unreleased]
+
+[unreleased]: https://github.com/intridea/hashie/compare/v3.4.5...master
+
+### Added
+
+* Your contribution here.
+
+### Changed
+
+* Your contribution here.
+
+### Deprecated
+
+* Your contribution here.
+
+### Removed
+
+* Your contribution here.
+
+### Fixed
+
+* Your contribution here.
+
+### Security
+
+* Your contribution here.
+
+### Miscellanous
+
+* Your contribution here.
+
## [3.4.5] - 2016-09-16
[3.4.5]: https://github.com/intridea/hashie/compare/v3.4.4...v3.4.5
diff --git a/README.md b/README.md
index c7950d2..262d93d 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ $ gem install hashie
## Upgrading
-You're reading the documentation for the stable release of Hashie, 3.4.5. 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.4.6. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.4.5](https://github.com/intridea/hashie/blob/v3.4.5/README.md).
## Hash Extensions
diff --git a/RELEASING.md b/RELEASING.md
index d669dd0..562f039 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -43,7 +43,7 @@ Change "Unreleased" in [CHANGELOG.md](CHANGELOG.md) to the new version.
Replace `<LAST_VERSION>` and `<THIS_VERSION>` with the last and new-to-be-released versions to set up the compare view on Github.
-Remove any sections that only have "Nothing yet." underneath them.
+Remove any sections that only have "Your contribution here." underneath them.
Commit your changes.
@@ -86,31 +86,31 @@ Add new "Unreleased" section to [CHANGELOG.md](CHANGELOG.md) using this template
### Added
-* Nothing yet.
+* Your contribution here.
### Changed
-* Nothing yet.
+* Your contribution here.
### Deprecated
-* Nothing yet.
+* Your contribution here.
### Removed
-* Nothing yet.
+* Your contribution here.
### Fixed
-* Nothing yet.
+* Your contribution here.
### Security
-* Nothing yet.
+* Your contribution here.
### Miscellanous
-* Nothing yet.
+* Your contribution here.
```
Replace `<THIS_VERSION>` with the newly released versions to set up the compare view on Github.
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index 9969583..47355fe 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '3.4.5'
+ VERSION = '3.4.6'
end