From bc2453260ce46dc3aea657e91732bc3f66cf3514 Mon Sep 17 00:00:00 2001 From: Bobby McDonald Date: Sat, 1 Feb 2020 09:20:11 -0500 Subject: Preparing for release, 4.1.0 --- CHANGELOG.md | 22 ++-------------------- README.md | 4 ++-- lib/hashie/version.rb | 2 +- 3 files changed, 5 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f71fae..ac625f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,26 +6,13 @@ scheme are considered to be bugs. [semver]: http://semver.org/spec/v2.0.0.html -## [Unreleased][unreleased] +## [4.1.0] - 2020-02-01 -[unreleased]: https://github.com/hashie/hashie/compare/v4.0.0...master +[4.1.0]: https://github.com/hashie/hashie/compare/v4.0.0...v4.1.0 ### Added * [#499](https://github.com/hashie/hashie/pull/499): Add `Hashie::Extensions::Mash::PermissiveRespondTo` to make specific subclasses of Mash fully respond to messages for use with `SimpleDelegator` - [@michaelherold](https://github.com/michaelherold). -* Your contribution here. - -### Changed - -* Your contribution here. - -### Deprecated - -* Your contribution here. - -### Removed - -* Your contribution here. ### Fixed @@ -39,11 +26,6 @@ scheme are considered to be bugs. * [#511](https://github.com/hashie/hashie/pull/511): Suppress keyword arguments warning for Ruby 2.7.0 - [@koic](https://github.com/koic). * [#512](https://github.com/hashie/hashie/pull/512): Suppress an integer unification warning for using Ruby 2.4.0+ - [@koic](https://github.com/koic). * [#513](https://github.com/hashie/hashie/pull/513): Suppress a Ruby's warning when using Ruby 2.6.0+ - [@koic](https://github.com/koic). -* Your contribution here. - -### Security - -* Your contribution here. ### Miscellaneous diff --git a/README.md b/README.md index a098eae..c997f13 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ Hashie is available as a RubyGem: $ gem install hashie ``` -## Upgrading +## Stable Release -You're reading the documentation for the next release of Hashie, which should be 4.0.1. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [4.0.0](https://github.com/hashie/hashie/blob/v4.0.0/README.md). +You're reading the documentation for the stable release of Hashie, 4.1.0.(https://github.com/hashie/hashie/blob/v4.1.0/README.md). ## Hash Extensions diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb index 68c6f2e..b97bf9b 100644 --- a/lib/hashie/version.rb +++ b/lib/hashie/version.rb @@ -1,3 +1,3 @@ module Hashie - VERSION = '4.0.1'.freeze + VERSION = '4.1.0'.freeze end -- cgit v1.2.1