Preparing for next development iteration, 3.4.6.

This commit is contained in:
dblock 2016-09-16 09:39:08 -04:00
parent 93b941d653
commit 229ee36d7c
4 changed files with 42 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -1,3 +1,3 @@
module Hashie
VERSION = '3.4.5'
VERSION = '3.4.6'
end