summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Herold <michael.j.herold@gmail.com>2017-01-31 09:23:26 -0600
committerMichael Herold <michael.j.herold@gmail.com>2017-01-31 09:23:26 -0600
commitcf8d7172bd4d8a0efc44df4446f73217d37cbc4e (patch)
tree511dbdce7684a9a7b65fc80ef78dd7b37994a331
parent10b0eddf11f17e28dd1b73f9c84744f894b1a108 (diff)
downloadhashie-3.5.0.tar.gz
Preparing for release, 3.5.0v3.5.0
-rw-r--r--CHANGELOG.md19
-rw-r--r--lib/hashie/version.rb2
2 files changed, 3 insertions, 18 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cbcbb63..98e3cbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,30 +6,20 @@ scheme are considered to be bugs.
[semver]: http://semver.org/spec/v2.0.0.html
-## [Unreleased][unreleased]
+## [3.5.0] - 2017-01-31
* [#386](https://github.com/intridea/hashie/pull/386): Fix for #385: Make `deep_merge` always `deep_dup` nested hashes before merging them in so that there are no shared references between the two hashes being merged. - [@mltsy](https://github.com/mltsy).
* [#389](https://github.com/intridea/hashie/pull/389): Support Ruby 2.4.0 - [@camelmasa](https://github.com/camelmasa).
-[3.4.7]: https://github.com/intridea/hashie/compare/v3.4.6...master
+[3.5.0]: https://github.com/intridea/hashie/compare/v3.4.6...v3.5.0
### Added
* [#381](https://github.com/intridea/hashie/pull/381): Add a logging layer that lets us report potential issues to our users. As the first logged issue, report when a `Hashie::Mash` is attempting to overwrite a built-in method, since that is one of our number one questions - [@michaelherold](https://github.com/michaelherold).
-* Your contribution here.
### Changed
* [#384](https://github.com/intridea/hashie/pull/384): Updated to CodeClimate 1.x - [@boffbowsh](https://github.com/boffbowsh).
-* Your contribution here.
-
-### Deprecated
-
-* Your contribution here.
-
-### Removed
-
-* Your contribution here.
### Fixed
@@ -39,14 +29,9 @@ scheme are considered to be bugs.
* [#378](https://github.com/intridea/hashie/pull/378): Deep find all searches inside all nested hashes - [@sazor](https://github.com/sazor).
* [#380](https://github.com/intridea/hashie/pull/380): Evaluate procs default values of Dash in object initialization - [@sazor](https://github.com/sazor).
-### Security
-
-* Your contribution here.
-
### Miscellanous
* [#387](https://github.com/intridea/hashie/pull/387): Fix builds failing due to Rake 11 having a breaking change - [@michaelherold](https://github.com/michaelherold).
-* Your contribution here.
## [3.4.6] - 2016-09-16
diff --git a/lib/hashie/version.rb b/lib/hashie/version.rb
index f068a26..f851cba 100644
--- a/lib/hashie/version.rb
+++ b/lib/hashie/version.rb
@@ -1,3 +1,3 @@
module Hashie
- VERSION = '3.4.7'
+ VERSION = '3.5.0'
end