Skip to content

Commit

Permalink
Update changelog for 0.17.3 (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Apr 7, 2023
1 parent e56c44a commit d75b004
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## v0.17.3 - 2023-04-07

- Fix swallowing original error message in `git_retry` ([#573](https://github.com/crystal-lang/shards/pull/573), thanks @straight-shoota)
- `crystal tool format` with 1.8-dev ([#575](https://github.com/crystal-lang/shards/pull/575), thanks @straight-shoota)
- Docs: Tilde version operator improvements ([#571](https://github.com/crystal-lang/shards/pull/571), thanks @Blacksmoke16)
- Fix avoid swallowing error message if git command failed ([#569](https://github.com/crystal-lang/shards/pull/569), thanks @straight-shoota)

## v0.17.2 - 2022-12-28

- Improve error message when symlink failed on Windows ([#565](https://github.com/crystal-lang/shards/pull/565), thanks @straight-shoota)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.2
0.17.3
6 changes: 3 additions & 3 deletions man/shard.yml.5
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: shard.yml
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.18
.\" Date: 2023-01-07
.\" Date: 2023-04-07
.\" Manual: File Formats
.\" Source: shards 0.17.2
.\" Source: shards 0.17.3
.\" Language: English
.\"
.TH "SHARD.YML" "5" "2023-01-07" "shards 0.17.2" "File Formats"
.TH "SHARD.YML" "5" "2023-04-07" "shards 0.17.3" "File Formats"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down
8 changes: 4 additions & 4 deletions man/shards.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: shards
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.18
.\" Date: 2022-12-28
.\" Date: 2023-04-07
.\" Manual: Shards Manual
.\" Source: shards 0.17.2
.\" Source: shards 0.17.3
.\" Language: English
.\"
.TH "SHARDS" "1" "2022-12-28" "shards 0.17.2" "Shards Manual"
.TH "SHARDS" "1" "2023-04-07" "shards 0.17.3" "Shards Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -301,7 +301,7 @@ Crystal Language home page: \c
.URL "https://crystal\-lang.org" "" ""
.SH "COPYRIGHT"
.sp
Copyright © 2022 Julien Portalier.
Copyright © 2023 Julien Portalier.
.sp
.URL "http://www.apache.org/licenses/LICENSE\-2.0" "License Apache 2.0" ""
.sp
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: shards
version: 0.17.2
version: 0.17.3

authors:
- Julien Portalier <[email protected]>
Expand Down

0 comments on commit d75b004

Please sign in to comment.