File tree Expand file tree Collapse file tree 5 files changed +16
-9
lines changed Expand file tree Collapse file tree 5 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
10
## v0.17.2 - 2022-12-28
4
11
5
12
- Improve error message when symlink failed on Windows ([ #565 ] ( https://github.com/crystal-lang/shards/pull/565 ) , thanks @straight-shoota )
Original file line number Diff line number Diff line change 1
- 0.17.2
1
+ 0.17.3
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.18
5
- .\" Date: 2023-01 -07
5
+ .\" Date: 2023-04 -07
6
6
.\" Manual: File Formats
7
- .\" Source: shards 0.17.2
7
+ .\" Source: shards 0.17.3
8
8
.\" Language: English
9
9
.\"
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"
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.18
5
- .\" Date: 2022-12-28
5
+ .\" Date: 2023-04-07
6
6
.\" Manual: Shards Manual
7
- .\" Source: shards 0.17.2
7
+ .\" Source: shards 0.17.3
8
8
.\" Language: English
9
9
.\"
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"
11
11
.ie \n( .g .ds Aq \(aq
12
12
.el .ds Aq '
13
13
.ss \n[ .ss ] 0
@@ -301,7 +301,7 @@ Crystal Language home page: \c
301
301
.URL " https://crystal\- lang.org" "" ""
302
302
.SH "COPYRIGHT"
303
303
.sp
304
- Copyright © 2022 Julien Portalier.
304
+ Copyright © 2023 Julien Portalier.
305
305
.sp
306
306
.URL " http://www.apache.org/licenses/LICENSE\- 2.0" " License Apache 2.0" ""
307
307
.sp
Original file line number Diff line number Diff line change 1
1
name : shards
2
- version : 0.17.2
2
+ version : 0.17.3
3
3
4
4
authors :
5
5
-
Julien Portalier <[email protected] >
You can’t perform that action at this time.
0 commit comments