Skip to content

Commit

Permalink
Pre-release: v0.9.0.rc2 flaky duck
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed May 7, 2019
1 parent 7a95c35 commit 588261b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## v0.9.0.rc2 - 2019-05-07

Fixes:
- Exit with non-zero status on dependency resolve error;
- Install dependency at HEAD when no version tags are defined;
- Install executables using `shard.yml` at commit (not version).

## v0.9.0.rc1 - 2019-01-11

Breaking changes:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0.rc1
0.9.0.rc2
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: shards
version: 0.9.0.rc1
version: 0.9.0.rc2

authors:
- Julien Portalier <[email protected]>
Expand All @@ -12,6 +12,6 @@ targets:
shards:
main: src/shards.cr

crystal: 0.27.0
crystal: 0.28.0

license: Apache-2.0

0 comments on commit 588261b

Please sign in to comment.