Skip to content

Commit d75b004

Browse files
Update changelog for 0.17.3 (#582)
1 parent e56c44a commit d75b004

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

CHANGELOG.md

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

3+
## v0.17.3 - 2023-04-07
4+
5+
- Fix swallowing original error message in `git_retry` ([#573](https://github.com/crystal-lang/shards/pull/573), thanks @straight-shoota)
6+
- `crystal tool format` with 1.8-dev ([#575](https://github.com/crystal-lang/shards/pull/575), thanks @straight-shoota)
7+
- Docs: Tilde version operator improvements ([#571](https://github.com/crystal-lang/shards/pull/571), thanks @Blacksmoke16)
8+
- Fix avoid swallowing error message if git command failed ([#569](https://github.com/crystal-lang/shards/pull/569), thanks @straight-shoota)
9+
310
## v0.17.2 - 2022-12-28
411

512
- Improve error message when symlink failed on Windows ([#565](https://github.com/crystal-lang/shards/pull/565), thanks @straight-shoota)

VERSION

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

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.18
5-
.\" Date: 2023-01-07
5+
.\" Date: 2023-04-07
66
.\" Manual: File Formats
7-
.\" Source: shards 0.17.2
7+
.\" Source: shards 0.17.3
88
.\" Language: English
99
.\"
10-
.TH "SHARD.YML" "5" "2023-01-07" "shards 0.17.2" "File Formats"
10+
.TH "SHARD.YML" "5" "2023-04-07" "shards 0.17.3" "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
@@ -2,12 +2,12 @@
22
.\" Title: shards
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 2.0.18
5-
.\" Date: 2022-12-28
5+
.\" Date: 2023-04-07
66
.\" Manual: Shards Manual
7-
.\" Source: shards 0.17.2
7+
.\" Source: shards 0.17.3
88
.\" Language: English
99
.\"
10-
.TH "SHARDS" "1" "2022-12-28" "shards 0.17.2" "Shards Manual"
10+
.TH "SHARDS" "1" "2023-04-07" "shards 0.17.3" "Shards Manual"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -301,7 +301,7 @@ Crystal Language home page: \c
301301
.URL "https://crystal\-lang.org" "" ""
302302
.SH "COPYRIGHT"
303303
.sp
304-
Copyright © 2022 Julien Portalier.
304+
Copyright © 2023 Julien Portalier.
305305
.sp
306306
.URL "http://www.apache.org/licenses/LICENSE\-2.0" "License Apache 2.0" ""
307307
.sp

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.2
2+
version: 0.17.3
33

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

0 commit comments

Comments
 (0)