diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fc44a6a..3cec7595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # CHANGELOG +## v0.15.0 - 2021-06-29 + +Fixes: + +- Let `shards build` error if no targets defined ([#490](https://github.com/crystal-lang/shards/pull/490), thanks @straight-shoota) +- Fix to allow empty `shard.override.yml` ([#495](https://github.com/crystal-lang/shards/pull/495), thanks @straight-shoota) +- Stop expecting master to be the default branch for git ([#503](https://github.com/crystal-lang/shards/pull/503), thanks @szabgab) + +Features: +- Add documentation for `shard.override.yml` ([#494](https://github.com/crystal-lang/shards/pull/494), thanks @straight-shoota) +- Warn only crystal version ([#496](https://github.com/crystal-lang/shards/pull/496), thanks @beta-ziliani, @bcardiff) +- Don't default the Crystal version to `<1.0.0`, use only the lower bound ([#493](https://github.com/crystal-lang/shards/pull/493), thanks @oprypin) +- Add `--skip-executables` ([#506](https://github.com/crystal-lang/shards/pull/506), thanks @straight-shoota) + +Others: + +- Escape automatic ligatures in AsciiDoc ([#489](https://github.com/crystal-lang/shards/pull/489), thanks @elebow) +- Fix links in README ([#500](https://github.com/crystal-lang/shards/pull/500), [#483](https://github.com/crystal-lang/shards/pull/483), thanks @szabgab, @kimburgess) +- Correct list identation in shard.yml.adoc ([#492](https://github.com/crystal-lang/shards/pull/492/files), thanks @elebow) +- Add getting started section to README ([#513](https://github.com/crystal-lang/shards/pull/513), thanks @straight-shoota) + ## v0.14.1 - 2021-03-10 Fixes: diff --git a/VERSION b/VERSION index 930e3000..a5510516 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.1 +0.15.0 diff --git a/man/shard.yml.5 b/man/shard.yml.5 index 972e7c7c..086a5ebf 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-06-24 +.\" Date: 2021-06-29 .\" Manual: File Formats -.\" Source: shards 0.14.1 +.\" Source: shards 0.15.0 .\" Language: English .\" -.TH "SHARD.YML" "5" "2021-06-24" "shards 0.14.1" "File Formats" +.TH "SHARD.YML" "5" "2021-06-29" "shards 0.15.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 784eff20..9b8beeb0 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-06-24 +.\" Date: 2021-06-29 .\" Manual: Shards Manual -.\" Source: shards 0.14.1 +.\" Source: shards 0.15.0 .\" Language: English .\" -.TH "SHARDS" "1" "2021-06-24" "shards 0.14.1" "Shards Manual" +.TH "SHARDS" "1" "2021-06-29" "shards 0.15.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 fea96b4c..fa409ece 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: shards -version: 0.14.1 +version: 0.15.0 authors: - Julien Portalier