diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b6f60a..b3c18a28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## v0.17.3 - 2023-04-07 + +- Fix swallowing original error message in `git_retry` ([#573](https://github.com/crystal-lang/shards/pull/573), thanks @straight-shoota) +- `crystal tool format` with 1.8-dev ([#575](https://github.com/crystal-lang/shards/pull/575), thanks @straight-shoota) +- Docs: Tilde version operator improvements ([#571](https://github.com/crystal-lang/shards/pull/571), thanks @Blacksmoke16) +- Fix avoid swallowing error message if git command failed ([#569](https://github.com/crystal-lang/shards/pull/569), thanks @straight-shoota) + ## v0.17.2 - 2022-12-28 - Improve error message when symlink failed on Windows ([#565](https://github.com/crystal-lang/shards/pull/565), thanks @straight-shoota) diff --git a/VERSION b/VERSION index c3d16c16..884e9604 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17.2 +0.17.3 diff --git a/man/shard.yml.5 b/man/shard.yml.5 index 597c6b69..617037d2 100644 --- a/man/shard.yml.5 +++ b/man/shard.yml.5 @@ -2,12 +2,12 @@ .\" Title: shard.yml .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.18 -.\" Date: 2023-01-07 +.\" Date: 2023-04-07 .\" Manual: File Formats -.\" Source: shards 0.17.2 +.\" Source: shards 0.17.3 .\" Language: English .\" -.TH "SHARD.YML" "5" "2023-01-07" "shards 0.17.2" "File Formats" +.TH "SHARD.YML" "5" "2023-04-07" "shards 0.17.3" "File Formats" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/man/shards.1 b/man/shards.1 index c2891794..3ef2e756 100644 --- a/man/shards.1 +++ b/man/shards.1 @@ -2,12 +2,12 @@ .\" Title: shards .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.18 -.\" Date: 2022-12-28 +.\" Date: 2023-04-07 .\" Manual: Shards Manual -.\" Source: shards 0.17.2 +.\" Source: shards 0.17.3 .\" Language: English .\" -.TH "SHARDS" "1" "2022-12-28" "shards 0.17.2" "Shards Manual" +.TH "SHARDS" "1" "2023-04-07" "shards 0.17.3" "Shards Manual" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -301,7 +301,7 @@ Crystal Language home page: \c .URL "https://crystal\-lang.org" "" "" .SH "COPYRIGHT" .sp -Copyright © 2022 Julien Portalier. +Copyright © 2023 Julien Portalier. .sp .URL "http://www.apache.org/licenses/LICENSE\-2.0" "License Apache 2.0" "" .sp diff --git a/shard.yml b/shard.yml index 5b2f1192..6b36578c 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: shards -version: 0.17.2 +version: 0.17.3 authors: - Julien Portalier