Preparing for next development iteration, 5.0.1.

This commit is contained in:
dblock 2021-11-08 14:47:35 -05:00
parent 02b528a0e3
commit e201d4006d
No known key found for this signature in database
GPG Key ID: 75BF031B7C94E183
3 changed files with 35 additions and 2 deletions

View File

@ -6,6 +6,38 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Any violations of this scheme are considered to be bugs.
## [Unreleased][unreleased]
[unreleased]: https://github.com/hashie/hashie/compare/v5.0.0...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.
## [5.0.0] - 2021-11-08
[5.0.0]: https://github.com/hashie/hashie/compare/v4.1.0...v5.0.0

View File

@ -62,7 +62,8 @@ $ gem install hashie
## Stable Release
You're reading the documentation for the stable release of Hashie, v5.0.0.
You're reading the documentation for the next release of Hashie, which should be 5.0.1.
The current stable release is [5.0.0](https://github.com/hashie/hashie/blob/v5.0.0/README.md).
## Hash Extensions

View File

@ -1,3 +1,3 @@
module Hashie
VERSION = '5.0.0'.freeze
VERSION = '5.0.1'.freeze
end