Skip to content

Commit 588261b

Browse files
committed
Pre-release: v0.9.0.rc2 flaky duck
1 parent 7a95c35 commit 588261b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## v0.9.0.rc2 - 2019-05-07
4+
5+
Fixes:
6+
- Exit with non-zero status on dependency resolve error;
7+
- Install dependency at HEAD when no version tags are defined;
8+
- Install executables using `shard.yml` at commit (not version).
9+
310
## v0.9.0.rc1 - 2019-01-11
411

512
Breaking changes:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0.rc1
1+
0.9.0.rc2

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: shards
2-
version: 0.9.0.rc1
2+
version: 0.9.0.rc2
33

44
authors:
55
- Julien Portalier <[email protected]>
@@ -12,6 +12,6 @@ targets:
1212
shards:
1313
main: src/shards.cr
1414

15-
crystal: 0.27.0
15+
crystal: 0.28.0
1616

1717
license: Apache-2.0

0 commit comments

Comments
 (0)