Skip to content

Commit ba282ee

Browse files
committed
Release: v0.6.0 proud shrew
1 parent f2e4c72 commit ba282ee

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

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

3+
## v0.6.0
4+
5+
Features:
6+
- prune command to remove extraneous libs
7+
- init command to create an initial shard.yml
8+
9+
Fixes:
10+
- print details when postinstall script fails, see #84
11+
- path resolver didn't verify the path actually existed, see #77
12+
- recursion when shard name doesn't match dependency name, see #72
13+
314
## v0.5.4
415

516
Fixes:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.4
1+
0.6.0

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: shards
2-
version: 0.5.4
2+
version: 0.6.0
33

44
authors:
55
- Julien Portalier <[email protected]>

src/man/shard.yml.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "SHARD\&.YAML" "5" "September 2015" "shards 0.5.4" "File Formats"
1+
.TH "SHARD\&.YAML" "5" "September 2015" "shards 0.6.0" "File Formats"
22
.SH NAME
33
shard.yml \- metadata for crystal applications and libraries
44
.SH SYNOPSYS

src/man/shards.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH SHARDS "1" "September 2015" "shards 0.5.4" "User Commands"
1+
.TH SHARDS "1" "September 2015" "shards 0.6.0" "User Commands"
22
.SH NAME
33
shards \- dependency manager for the Crystal Language
44
.SH SYNOPSYS

0 commit comments

Comments
 (0)