Skip to content

Commit a894d1c

Browse files
Release 0.17.2 (#567)
1 parent f80f39e commit a894d1c

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

CHANGELOG.md

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

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+
38
## v0.17.1 - 2022-09-30
49

510
- Fix: Don't raise an exception if install_path doesn't exist ([#557](https://github.com/crystal-lang/shards/pull/557), thanks @mjoerussell)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.1
1+
0.17.2

man/shard.yml.5

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
'\" t
22
.\" Title: shard.yml
33
.\" 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
66
.\" Manual: File Formats
7-
.\" Source: shards 0.17.1
7+
.\" Source: shards 0.17.2
88
.\" Language: English
99
.\"
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"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0

man/shards.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
'\" t
22
.\" Title: shards
33
.\" 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
66
.\" Manual: Shards Manual
7-
.\" Source: shards 0.17.1
7+
.\" Source: shards 0.17.2
88
.\" Language: English
99
.\"
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"
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.1
2+
version: 0.17.2
33

44
authors:
55
- Julien Portalier <julien@portalier.com>

0 commit comments

Comments
 (0)