File tree Expand file tree Collapse file tree 5 files changed +21
-8
lines changed Expand file tree Collapse file tree 5 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v0.16.0 - 2021-10-06
4+
5+ Fixes:
6+ - Fix error message for invalid shard.yml ([ #516 ] ( https://github.com/crystal-lang/shards/pull/516 ) , thanks @straight-shoota )
7+ - [ Makefile] Fix shard.lock recipe ([ #515 ] ( https://github.com/crystal-lang/shards/pull/515 ) , thanks @straight-shoota )
8+ - Fix pass no-color and verbose flags to crystal build ([ #517 ] ( https://github.com/crystal-lang/shards/pull/517 ) , thanks @straight-shoota )
9+
10+ Features:
11+ - Resolver for Mercurial repositories ([ #458 ] ( https://github.com/crystal-lang/shards/pull/458 ) , thanks @f-fr )
12+ - Update manpages with mercurial information ([ #526 ] ( https://github.com/crystal-lang/shards/pull/526 ) , thanks @straight-shoota )
13+ - Add ` != ` operator for version resolve ([ #520 ] ( https://github.com/crystal-lang/shards/pull/520 ) , thanks @syeopite )
14+ - Compress manpages on install ([ #524 ] ( https://github.com/crystal-lang/shards/pull/524 ) , thanks @straight-shoota )
15+
316## v0.15.0 - 2021-06-29
417
518Fixes:
Original file line number Diff line number Diff line change 1- 0.15 .0
1+ 0.16 .0
Original file line number Diff line number Diff line change 22.\" Title: shard.yml
33.\" Author: [see the "AUTHOR(S)" section]
44.\" Generator: Asciidoctor 2.0.12
5- .\" Date: 2021-10-04
5+ .\" Date: 2021-10-06
66.\" Manual: File Formats
7- .\" Source: shards 0.15 .0
7+ .\" Source: shards 0.16 .0
88.\" Language: English
99.\"
10- .TH "SHARD.YML" "5" "2021-10-04 " "shards 0.15 .0" "File Formats"
10+ .TH "SHARD.YML" "5" "2021-10-06 " "shards 0.16 .0" "File Formats"
1111.ie \n( .g .ds Aq \(aq
1212.el .ds Aq '
1313.ss \n[ .ss ] 0
Original file line number Diff line number Diff line change 22.\" Title: shards
33.\" Author: [see the "AUTHOR(S)" section]
44.\" Generator: Asciidoctor 2.0.12
5- .\" Date: 2021-10-04
5+ .\" Date: 2021-10-06
66.\" Manual: Shards Manual
7- .\" Source: shards 0.15 .0
7+ .\" Source: shards 0.16 .0
88.\" Language: English
99.\"
10- .TH "SHARDS" "1" "2021-10-04 " "shards 0.15 .0" "Shards Manual"
10+ .TH "SHARDS" "1" "2021-10-06 " "shards 0.16 .0" "Shards Manual"
1111.ie \n( .g .ds Aq \(aq
1212.el .ds Aq '
1313.ss \n[ .ss ] 0
Original file line number Diff line number Diff line change 11name : shards
2- version : 0.15 .0
2+ version : 0.16 .0
33
44authors :
55 -
Julien Portalier <[email protected] >
You can’t perform that action at this time.
0 commit comments