aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-03-14 11:22:11 +0100
committerPatrick Spek <p.spek@tyil.nl>2018-03-14 11:22:11 +0100
commitf41d202576ffd8ccac629ea4984713fb8c3129a3 (patch)
tree6ebbe7c3fcdb2b08e86fcaf8093c9d18a7683498
parent1158310eee05e2771b982d7735b048ab688165dc (diff)
Bump version to 0.2.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--META6.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83ac7c8..5f3687a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ 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).
-## [Unreleased]
+## [0.2.0] - 2018-03-14
### Added
- `LICENSE` file for Artistic License 2.0 ([GitHub#2](https://github.com/scriptkitties/p6-Hash-Merge/issues/2))
- `no precompilation` pragma ([GitHub#1](https://github.com/scriptkitties/p6-Hash-Merge/issues/1))
diff --git a/META6.json b/META6.json
index 793ba52..c49c3f8 100644
--- a/META6.json
+++ b/META6.json
@@ -1,7 +1,7 @@
{
"perl": "6",
"name": "Hash::Merge",
- "version": "0.1.0",
+ "version": "0.2.0",
"auth": "github:scriptkitties",
"description": "Module to add deep merge functionality to Hashes",
"license": "Artistic-2.0",