Skip to content

Commit 29123fc

Browse files
Add CHANGELOG for 0.17.4 (#605)
1 parent 5dc58a8 commit 29123fc

File tree

5 files changed

+30
-8
lines changed

5 files changed

+30
-8
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# CHANGELOG
22

3+
## v0.17.4 - 2023-12-22
4+
5+
### Bugfixes
6+
7+
- Do not try to override existing lib path in dependency ([#599](https://github.com/crystal-lang/shards/pull/599), thanks @straight-shoota)
8+
- Fix install non-`.exe` executables on Windows ([#593](https://github.com/crystal-lang/shards/pull/593), thanks @straight-shoota)
9+
10+
### Specs
11+
12+
- Add tags to resolver specs ([#589](https://github.com/crystal-lang/shards/pull/589), thanks @straight-shoota)
13+
14+
### Documentation
15+
16+
- Clarify documentation of `--local` flag ([#587](https://github.com/crystal-lang/shards/pull/587), thanks @straight-shoota)
17+
18+
### Infrastructure
19+
20+
- *(ci)* Ensure manpages are generated with no diff ([#594](https://github.com/crystal-lang/shards/pull/594), thanks @straight-shoota)
21+
- *(ci)* Upgrade xcode version on circleci ([#603](https://github.com/crystal-lang/shards/pull/603), thanks @straight-shoota)
22+
- *(ci)* Pin GHA runner versions ([#604](https://github.com/crystal-lang/shards/pull/604), thanks @straight-shoota)
23+
- *(ci)* Pin `Analog-inc/asciidoctor-action` version ([#602](https://github.com/crystal-lang/shards/pull/602), thanks @straight-shoota)
24+
325
## v0.17.3 - 2023-04-07
426

527
- Fix swallowing original error message in `git_retry` ([#573](https://github.com/crystal-lang/shards/pull/573), thanks @straight-shoota)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.3
1+
0.17.4

man/shard.yml.5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: shard.yml
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 2.0.20
5-
.\" Date: 2023-04-07
5+
.\" Date: 2023-12-22
66
.\" Manual: File Formats
7-
.\" Source: shards 0.17.3
7+
.\" Source: shards 0.17.4
88
.\" Language: English
99
.\"
10-
.TH "SHARD.YML" "5" "2023-04-07" "shards 0.17.3" "File Formats"
10+
.TH "SHARD.YML" "5" "2023-12-22" "shards 0.17.4" "File Formats"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0

man/shards.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: shards
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 2.0.20
5-
.\" Date: 2023-04-07
5+
.\" Date: 2023-12-22
66
.\" Manual: Shards Manual
7-
.\" Source: shards 0.17.3
7+
.\" Source: shards 0.17.4
88
.\" Language: English
99
.\"
10-
.TH "SHARDS" "1" "2023-04-07" "shards 0.17.3" "Shards Manual"
10+
.TH "SHARDS" "1" "2023-12-22" "shards 0.17.4" "Shards Manual"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: shards
2-
version: 0.17.3
2+
version: 0.17.4
33

44
authors:
55
- Julien Portalier <[email protected]>

0 commit comments

Comments
 (0)