aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-03-28 23:04:55 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-03-28 23:04:55 +0200
commit95e89dee79200e1ea75b1ef976a30bf6b61e23a7 (patch)
tree14e2300f86d1044d25e47d0fb606d3002887c21d
parent09a8131c63667d9de9ee3921e7f877c09c9092c8 (diff)
Bump version to 1.0.0v1.0.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--META6.json6
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2232d9d..a9bcec5 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]
+## [1.0.0] - 2018-03-28
### Added
- `:api` key in `META6.json`
- New `Hash::Merge` that exposes subs instead of augmenting `Hash`
diff --git a/META6.json b/META6.json
index df8fa3e..aff3030 100644
--- a/META6.json
+++ b/META6.json
@@ -1,4 +1,5 @@
{
+ "api": "1",
"auth": "github:scriptkitties",
"authors": [
"Samantha McVey <samantham@posteo.net>",
@@ -23,6 +24,5 @@
"test-depends": [
"Test::META"
],
- "api": "1",
- "version": "0.2.0"
-}
+ "version": "1.0.0"
+} \ No newline at end of file