Preparing for next development iteration, 3.5.8

This commit is contained in:
Michael Herold 2017-12-19 14:44:27 -06:00
parent e88e9e8664
commit d3279ba97b
No known key found for this signature in database
GPG Key ID: 0325A44E1EA06F99
3 changed files with 34 additions and 2 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.5.7...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.
### Miscellaneous
* Your contribution here.
## [3.5.7] - 2017-12-19
[3.5.7]: https://github.com/intridea/hashie/compare/v3.5.6...v3.5.7

View File

@ -20,7 +20,7 @@ $ gem install hashie
## Upgrading
You're reading the documentation for the stable release of Hashie, 3.5.7. 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.5.8. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.5.7](https://github.com/intridea/hashie/blob/v3.5.7/README.md).
## Hash Extensions

View File

@ -1,3 +1,3 @@
module Hashie
VERSION = '3.5.7'
VERSION = '3.5.8'
end