summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Herold <opensource@michaeljherold.com>2018-08-13 18:45:55 -0500
committerMichael Herold <opensource@michaeljherold.com>2018-08-13 18:45:55 -0500
commit19eed7fcc6d2a89b58b3bd5e979389ed6fdd7454 (patch)
treef25775fa4e5e9552c473563b5f1cf99a7bcb4640
parentcabb3e702cbaa284b44cdb01ff47a8cd7fc30577 (diff)
downloadhashie-3.6.0.tar.gz
Preparing for release, 3.6.0v3.6.0
-rw-r--r--CHANGELOG.md23
-rw-r--r--README.md2
-rw-r--r--lib/hashie/version.rb2
3 files changed, 4 insertions, 23 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 326e7f0..d5cb6d7 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]
+## [3.6.0] - 2018-08-13
-[unreleased]: https://github.com/intridea/hashie/compare/v3.5.7...master
+[3.6.0]: https://github.com/intridea/hashie/compare/v3.5.7...v3.6.0
### Added
* [#455](https://github.com/intridea/hashie/pull/455): Allow overriding methods when passing in a hash - [@lnestor](https://github.com/lnestor).
-* Your contribution here.
-
-### Changed
-
-* Your contribution here.
-
-### Deprecated
-
-* Your contribution here.
-
-### Removed
-
-* Your contribution here.
### Fixed
@@ -34,18 +21,12 @@ scheme are considered to be bugs.
* [#437](https://github.com/intridea/hashie/pull/437): Allow codependent properties to be set on Dash - [@michaelherold](https://github.com/michaelherold).
* [#438](https://github.com/intridea/hashie/pull/438): Fix: `NameError (uninitialized constant Hashie::Extensions::Parsers::YamlErbParser::Pathname)` in `Hashie::Mash.load` - [@onk](https://github.com/onk).
* [#457](https://github.com/intridea/hashie/pull/457): Fix `Trash` to allow it to copy properties from other properties - [@michaelherold](https://github.com/michaelherold).
-* Your contribution here.
-
-### Security
-
-* Your contribution here.
### Miscellaneous
* [#433](https://github.com/intridea/hashie/pull/433): Update Rubocop to the most recent version - [@michaelherold](https://github.com/michaelherold).
* [#434](https://github.com/intridea/hashie/pull/434): Add documentation around Mash sub-Hashes - [@michaelherold](https://github.com/michaelherold).
* [#439](https://github.com/intridea/hashie/pull/439): Add an integration spec for Elasticsearch - [@michaelherold](https://github.com/michaelherold).
-* Your contribution here.
## [3.5.7] - 2017-12-19
diff --git a/README.md b/README.md
index f21115f..9785f0f 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ $ gem install hashie
## Upgrading
-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).
+You're reading the documentation for the stable release of Hashie, 3.6.0. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
## Hash Extensions
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index 6e8e934..a434bd7 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '3.5.8'.freeze
+ VERSION = '3.6.0'.freeze
end