diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c18a28..2c78435f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # CHANGELOG +## v0.17.4 - 2023-12-22 + +### Bugfixes + +- Do not try to override existing lib path in dependency ([#599](https://github.com/crystal-lang/shards/pull/599), thanks @straight-shoota) +- Fix install non-`.exe` executables on Windows ([#593](https://github.com/crystal-lang/shards/pull/593), thanks @straight-shoota) + +### Specs + +- Add tags to resolver specs ([#589](https://github.com/crystal-lang/shards/pull/589), thanks @straight-shoota) + +### Documentation + +- Clarify documentation of `--local` flag ([#587](https://github.com/crystal-lang/shards/pull/587), thanks @straight-shoota) + +### Infrastructure + +- *(ci)* Ensure manpages are generated with no diff ([#594](https://github.com/crystal-lang/shards/pull/594), thanks @straight-shoota) +- *(ci)* Upgrade xcode version on circleci ([#603](https://github.com/crystal-lang/shards/pull/603), thanks @straight-shoota) +- *(ci)* Pin GHA runner versions ([#604](https://github.com/crystal-lang/shards/pull/604), thanks @straight-shoota) +- *(ci)* Pin `Analog-inc/asciidoctor-action` version ([#602](https://github.com/crystal-lang/shards/pull/602), thanks @straight-shoota) + ## 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) diff --git a/VERSION b/VERSION index 884e9604..44e33a41 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17.3 +0.17.4 diff --git a/man/shard.yml.5 b/man/shard.yml.5 index 38eeefbd..6ef70015 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.20 -.\" Date: 2023-04-07 +.\" Date: 2023-12-22 .\" Manual: File Formats -.\" Source: shards 0.17.3 +.\" Source: shards 0.17.4 .\" Language: English .\" -.TH "SHARD.YML" "5" "2023-04-07" "shards 0.17.3" "File Formats" +.TH "SHARD.YML" "5" "2023-12-22" "shards 0.17.4" "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 9a351c24..04a0bd29 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.20 -.\" Date: 2023-04-07 +.\" Date: 2023-12-22 .\" Manual: Shards Manual -.\" Source: shards 0.17.3 +.\" Source: shards 0.17.4 .\" Language: English .\" -.TH "SHARDS" "1" "2023-04-07" "shards 0.17.3" "Shards Manual" +.TH "SHARDS" "1" "2023-12-22" "shards 0.17.4" "Shards Manual" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/shard.yml b/shard.yml index 6b36578c..6d52d7ae 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: shards -version: 0.17.3 +version: 0.17.4 authors: - Julien Portalier