Skip to content

Commit

Permalink
Merge pull request #50 from jessedoyle/ameba-relax
Browse files Browse the repository at this point in the history
Release 0.17.0
  • Loading branch information
jessedoyle committed Jun 7, 2019
2 parents 6712873 + ecf3a71 commit 08e4047
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions 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`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
@@ -1,5 +1,5 @@
name: duktape
version: 0.16.0
version: 0.17.0

authors:
- Jesse Doyle <jdoyle@ualberta.ca>
Expand All @@ -10,6 +10,6 @@ scripts:
development_dependencies:
ameba:
github: veelenga/ameba
version: 0.9.1
version: '~> 0.8'

license: MIT

0 comments on commit 08e4047

Please sign in to comment.