diff --git a/CHANGELOG.md b/CHANGELOG.md index a2127f3d..eaa770c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Unreleased +## v0.7.2 Features: - Version command to print-out the project's version, see #147 @@ -10,6 +10,8 @@ Fixes: - Use installed spec for executing scripts, see #143 - Don't expect `shard.lock` when `shard.yml` has no dependencies, see #145 - Compatibility with Crystal 0.24.0 (unreleased) +- Harmonize error messages +- Correct shard.yml parse error line:column reporting ## v0.7.1 diff --git a/VERSION b/VERSION index 39e898a4..7486fdbc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.1 +0.7.2 diff --git a/shard.yml b/shard.yml index 26498d3a..9470a89f 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: shards -version: 0.7.1 +version: 0.7.2 authors: - Julien Portalier @@ -13,6 +13,6 @@ targets: shards: main: src/shards.cr -crystal: 0.20.0 +crystal: 0.24.0 license: Apache-2.0 diff --git a/src/man/shard.yml.5 b/src/man/shard.yml.5 index 876fd62c..928acc3c 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.7.1" "File Formats" +.TH "SHARD\&.YAML" "5" "September 2015" "shards 0.7.2" "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 049d5ba6..27b5385c 100644 --- a/src/man/shards.1 +++ b/src/man/shards.1 @@ -1,4 +1,4 @@ -.TH SHARDS "1" "September 2015" "shards 0.7.1" "User Commands" +.TH SHARDS "1" "September 2015" "shards 0.7.2" "User Commands" .SH NAME shards \- dependency manager for the Crystal Language .SH SYNOPSYS