From ecf3a7185dd62551a6439c33bac7c1da8d23033f Mon Sep 17 00:00:00 2001 From: Jesse Doyle Date: Wed, 5 Jun 2019 18:40:46 -0600 Subject: [PATCH] Release 0.17.0 - Update `ameba` to the latest current version (`0.9.2`) as previous versions no longer compile in CI. - Relax the restriction on `ameba` to pull in newer minor versions. --- CHANGELOG.md | 5 +++++ README.md | 2 +- shard.yml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ed69ca..0b014be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v0.17.0 - June 6, 2019 + +- Update `ameba` to the latest current version (`0.10.0`) as previous versions no longer compile in CI. +- Relax the restriction on `ameba` to pull in newer minor versions. + # v0.16.0 - Apr, 21 2019 - Update `ameba` to the current latest version of `v0.9.1`. diff --git a/README.md b/README.md index 5b85a17..bee8dda 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ version: 1.0.0 # your project's version dependencies: duktape: github: jessedoyle/duktape.cr - version: ~> 0.16.0 + version: ~> 0.17.0 ``` then execute: diff --git a/shard.yml b/shard.yml index aa0b56c..e862a72 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: duktape -version: 0.16.0 +version: 0.17.0 authors: - Jesse Doyle @@ -10,6 +10,6 @@ scripts: development_dependencies: ameba: github: veelenga/ameba - version: 0.9.1 + version: '~> 0.8' license: MIT