File tree Expand file tree Collapse file tree 5 files changed +30
-8
lines changed Expand file tree Collapse file tree 5 files changed +30
-8
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
25
## v0.17.3 - 2023-04-07
4
26
5
27
- Fix swallowing original error message in ` git_retry ` ([ #573 ] ( https://github.com/crystal-lang/shards/pull/573 ) , thanks @straight-shoota )
Original file line number Diff line number Diff line change 1
- 0.17.3
1
+ 0.17.4
Original file line number Diff line number Diff line change 2
2
.\" Title: shard.yml
3
3
.\" Author: [see the "AUTHOR(S)" section]
4
4
.\" Generator: Asciidoctor 2.0.20
5
- .\" Date: 2023-04-07
5
+ .\" Date: 2023-12-22
6
6
.\" Manual: File Formats
7
- .\" Source: shards 0.17.3
7
+ .\" Source: shards 0.17.4
8
8
.\" Language: English
9
9
.\"
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"
11
11
.ie \n( .g .ds Aq \(aq
12
12
.el .ds Aq '
13
13
.ss \n[ .ss ] 0
Original file line number Diff line number Diff line change 2
2
.\" Title: shards
3
3
.\" Author: [see the "AUTHOR(S)" section]
4
4
.\" Generator: Asciidoctor 2.0.20
5
- .\" Date: 2023-04-07
5
+ .\" Date: 2023-12-22
6
6
.\" Manual: Shards Manual
7
- .\" Source: shards 0.17.3
7
+ .\" Source: shards 0.17.4
8
8
.\" Language: English
9
9
.\"
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"
11
11
.ie \n( .g .ds Aq \(aq
12
12
.el .ds Aq '
13
13
.ss \n[ .ss ] 0
Original file line number Diff line number Diff line change 1
1
name : shards
2
- version : 0.17.3
2
+ version : 0.17.4
3
3
4
4
authors :
5
5
-
Julien Portalier <[email protected] >
You can’t perform that action at this time.
0 commit comments