Skip to content

Commit

Permalink
Release 0.16.0 (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Oct 6, 2021
1 parent 6471b2b commit ff94dd2
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## v0.16.0 - 2021-10-06

Fixes:
- Fix error message for invalid shard.yml ([#516](https://github.com/crystal-lang/shards/pull/516), thanks @straight-shoota)
- [Makefile] Fix shard.lock recipe ([#515](https://github.com/crystal-lang/shards/pull/515), thanks @straight-shoota)
- Fix pass no-color and verbose flags to crystal build ([#517](https://github.com/crystal-lang/shards/pull/517), thanks @straight-shoota)

Features:
- Resolver for Mercurial repositories ([#458](https://github.com/crystal-lang/shards/pull/458), thanks @f-fr)
- Update manpages with mercurial information ([#526](https://github.com/crystal-lang/shards/pull/526), thanks @straight-shoota)
- Add `!=` operator for version resolve ([#520](https://github.com/crystal-lang/shards/pull/520), thanks @syeopite)
- Compress manpages on install ([#524](https://github.com/crystal-lang/shards/pull/524), thanks @straight-shoota)

## v0.15.0 - 2021-06-29

Fixes:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0
0.16.0
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.12
.\" Date: 2021-10-04
.\" Date: 2021-10-06
.\" Manual: File Formats
.\" Source: shards 0.15.0
.\" Source: shards 0.16.0
.\" Language: English
.\"
.TH "SHARD.YML" "5" "2021-10-04" "shards 0.15.0" "File Formats"
.TH "SHARD.YML" "5" "2021-10-06" "shards 0.16.0" "File Formats"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down
6 changes: 3 additions & 3 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.12
.\" Date: 2021-10-04
.\" Date: 2021-10-06
.\" Manual: Shards Manual
.\" Source: shards 0.15.0
.\" Source: shards 0.16.0
.\" Language: English
.\"
.TH "SHARDS" "1" "2021-10-04" "shards 0.15.0" "Shards Manual"
.TH "SHARDS" "1" "2021-10-06" "shards 0.16.0" "Shards Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
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.15.0
version: 0.16.0

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

0 comments on commit ff94dd2

Please sign in to comment.