File tree Expand file tree Collapse file tree 5 files changed +15
-10
lines changed Expand file tree Collapse file tree 5 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## v0.17.2 - 2022-12-28
4
+
5
+ - Improve error message when symlink failed on Windows ([ #565 ] ( https://github.com/crystal-lang/shards/pull/565 ) , thanks @straight-shoota )
6
+ - Inherit the standard input descriptor ([ #561 ] ( https://github.com/crystal-lang/shards/pull/561 ) , thanks @hovsater )
7
+
3
8
## v0.17.1 - 2022-09-30
4
9
5
10
- Fix: Don't raise an exception if install_path doesn't exist ([ #557 ] ( https://github.com/crystal-lang/shards/pull/557 ) , thanks @mjoerussell )
Original file line number Diff line number Diff line change 1
- 0.17.1
1
+ 0.17.2
Original file line number Diff line number Diff line change 1
1
'\" t
2
2
.\" Title: shard.yml
3
3
.\" Author: [see the "AUTHOR(S)" section]
4
- .\" Generator: Asciidoctor 2.0.17
5
- .\" Date: 2022-09-30
4
+ .\" Generator: Asciidoctor 2.0.18
5
+ .\" Date: 2022-12-28
6
6
.\" Manual: File Formats
7
- .\" Source: shards 0.17.1
7
+ .\" Source: shards 0.17.2
8
8
.\" Language: English
9
9
.\"
10
- .TH "SHARD.YML" "5" "2022-09-30 " "shards 0.17.1 " "File Formats"
10
+ .TH "SHARD.YML" "5" "2022-12-28 " "shards 0.17.2 " "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 1
1
'\" t
2
2
.\" Title: shards
3
3
.\" Author: [see the "AUTHOR(S)" section]
4
- .\" Generator: Asciidoctor 2.0.17
5
- .\" Date: 2022-09-30
4
+ .\" Generator: Asciidoctor 2.0.18
5
+ .\" Date: 2022-12-28
6
6
.\" Manual: Shards Manual
7
- .\" Source: shards 0.17.1
7
+ .\" Source: shards 0.17.2
8
8
.\" Language: English
9
9
.\"
10
- .TH "SHARDS" "1" "2022-09-30 " "shards 0.17.1 " "Shards Manual"
10
+ .TH "SHARDS" "1" "2022-12-28 " "shards 0.17.2 " "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.1
2
+ version : 0.17.2
3
3
4
4
authors :
5
5
- Julien Portalier <julien@portalier.com>
You can’t perform that action at this time.
0 commit comments