Skip to content

Commit 81ea693

Browse files
committed
Release: v0.9.0 magnificent duck
1 parent c5fec62 commit 81ea693

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 - 2019-06-13
4+
5+
Fixes:
6+
- Allow resolving pre-release when installing git refs;
7+
- Report all available versions (Git resolver);
8+
- Don't prune everything in `lib` directory.
9+
310
## v0.9.0.rc2 - 2019-05-07
411

512
Fixes:

VERSION

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

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.rc2
2+
version: 0.9.0
33

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

15-
crystal: 0.28.0
15+
crystal: 0.29.0
1616

1717
license: Apache-2.0

0 commit comments

Comments
 (0)