diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cec7595..d7b733e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/VERSION b/VERSION index a5510516..04a373ef 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.0 +0.16.0 diff --git a/man/shard.yml.5 b/man/shard.yml.5 index 51012a22..6a094840 100644 --- a/man/shard.yml.5 +++ b/man/shard.yml.5 @@ -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 diff --git a/man/shards.1 b/man/shards.1 index 3c23eb7d..4aeb36aa 100644 --- a/man/shards.1 +++ b/man/shards.1 @@ -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 diff --git a/shard.yml b/shard.yml index fa409ece..13f8e00a 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: shards -version: 0.15.0 +version: 0.16.0 authors: - Julien Portalier