aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-02-04 09:04:47 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-02-04 09:04:47 +0100
commita774c2a7898935c2c1479752a234ff9d674db878 (patch)
tree83209ad4ecb8c2dde5f3cf6817bc8000eee6fa81
parentfa276a063eea5c15836e41846e31b2622570e628 (diff)
Bump to v1.0.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--META6.json3
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9bcec5..32d5709 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).
+## [1.0.1] - 2020-02-04
+### Changed
+- Merging a `Hash into an empty `Hash` no longer throws a warning.
+
## [1.0.0] - 2018-03-28
### Added
- `:api` key in `META6.json`
diff --git a/META6.json b/META6.json
index aff3030..2134359 100644
--- a/META6.json
+++ b/META6.json
@@ -6,7 +6,6 @@
"Patrick Spek <p.spek@tyil.work>"
],
"depends": [
-
],
"description": "Module to add deep merge functionality to Hashes",
"license": "Artistic-2.0",
@@ -24,5 +23,5 @@
"test-depends": [
"Test::META"
],
- "version": "1.0.0"
+ "version": "1.0.1"
} \ No newline at end of file