diff --git a/CHANGELOG.md b/CHANGELOG.md index afef5189..4b7ed951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.6.3 + +Fixes: +- Compatibility with Crystal > 0.15.0 +- Relative paths for path dependencies, see #99 + ## v0.6.2 Fixes: diff --git a/VERSION b/VERSION index b6160487..844f6a91 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.2 +0.6.3 diff --git a/shard.yml b/shard.yml index 3f71471b..d4b21797 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: shards -version: 0.6.2 +version: 0.6.3 authors: - Julien Portalier diff --git a/src/man/shard.yml.5 b/src/man/shard.yml.5 index f7601652..6a6d02df 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.6.2" "File Formats" +.TH "SHARD\&.YAML" "5" "September 2015" "shards 0.6.3" "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 d6c447b5..ea863b82 100644 --- a/src/man/shards.1 +++ b/src/man/shards.1 @@ -1,4 +1,4 @@ -.TH SHARDS "1" "September 2015" "shards 0.6.2" "User Commands" +.TH SHARDS "1" "September 2015" "shards 0.6.3" "User Commands" .SH NAME shards \- dependency manager for the Crystal Language .SH SYNOPSYS