Skip to content

Commit

Permalink
Add CHANGELOG for 0.17.4 (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Dec 22, 2023
1 parent 5dc58a8 commit 29123fc
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 8 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.3
0.17.4
6 changes: 3 additions & 3 deletions man/shard.yml.5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions man/shards.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: shards
version: 0.17.3
version: 0.17.4

authors:
- Julien Portalier <julien@portalier.com>
Expand Down

0 comments on commit 29123fc

Please sign in to comment.