Skip to content

Commit

Permalink
Release 0.15.0 (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Jun 29, 2021
1 parent a238ee7 commit 97ce009
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 8 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.1
0.15.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-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
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-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
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.14.1
version: 0.15.0

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

0 comments on commit 97ce009

Please sign in to comment.