diff --git a/CHANGELOG.md b/CHANGELOG.md index d0226db8..d6e9c55a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## v0.6.0 + +Features: +- prune command to remove extraneous libs +- init command to create an initial shard.yml + +Fixes: +- print details when postinstall script fails, see #84 +- path resolver didn't verify the path actually existed, see #77 +- recursion when shard name doesn't match dependency name, see #72 + ## v0.5.4 Fixes: diff --git a/VERSION b/VERSION index 7d856835..a918a2aa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.4 +0.6.0 diff --git a/shard.yml b/shard.yml index 6bdd5e08..606ab86f 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: shards -version: 0.5.4 +version: 0.6.0 authors: - Julien Portalier diff --git a/src/man/shard.yml.5 b/src/man/shard.yml.5 index 95637eb9..e2c7baf8 100644 --- a/src/man/shard.yml.5 +++ b/src/man/shard.yml.5 @@ -1,4 +1,4 @@ -.TH "SHARD\&.YAML" "5" "September 2015" "shards 0.5.4" "File Formats" +.TH "SHARD\&.YAML" "5" "September 2015" "shards 0.6.0" "File Formats" .SH NAME shard.yml \- metadata for crystal applications and libraries .SH SYNOPSYS diff --git a/src/man/shards.1 b/src/man/shards.1 index 3d0129d2..912b2738 100644 --- a/src/man/shards.1 +++ b/src/man/shards.1 @@ -1,4 +1,4 @@ -.TH SHARDS "1" "September 2015" "shards 0.5.4" "User Commands" +.TH SHARDS "1" "September 2015" "shards 0.6.0" "User Commands" .SH NAME shards \- dependency manager for the Crystal Language .SH SYNOPSYS