~tyil/raku-hash-merge

f41d202576ffd8ccac629ea4984713fb8c3129a3 — Patrick Spek 6 years ago 1158310
Bump version to 0.2.0
2 files changed, 2 insertions(+), 2 deletions(-)

M CHANGELOG.md
M META6.json
M CHANGELOG.md => CHANGELOG.md +1 -1
@@ 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))

M META6.json => META6.json +1 -1
@@ 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",