Skip to content

Commit addc26a

Browse files
author
Brian J. Cardiff
authored
Release 0.14.1 (#481)
1 parent c93b628 commit addc26a

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v0.14.1 - 2021-03-10
4+
5+
Fixes:
6+
7+
- Fix broken `SOURCE_DATE_EPOCH` in `docs.mk`. ([#479](https://github.com/crystal-lang/shards/pull/479), thanks @straight-shoota)
8+
39
## v0.14.0 - 2021-02-23
410

511
Fixes:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0
1+
0.14.1

man/shard.yml.5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: shard.yml
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 2.0.12
5-
.\" Date: 2021-02-19
5+
.\" Date: 2021-03-10
66
.\" Manual: File Formats
7-
.\" Source: shards 0.13.0
7+
.\" Source: shards 0.14.1
88
.\" Language: English
99
.\"
10-
.TH "SHARD.YML" "5" "2021-02-19" "shards 0.13.0" "File Formats"
10+
.TH "SHARD.YML" "5" "2021-03-10" "shards 0.14.1" "File Formats"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0

man/shards.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: shards
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 2.0.12
5-
.\" Date: 2021-02-19
5+
.\" Date: 2021-03-10
66
.\" Manual: Shards Manual
7-
.\" Source: shards 0.13.0
7+
.\" Source: shards 0.14.1
88
.\" Language: English
99
.\"
10-
.TH "SHARDS" "1" "2021-02-19" "shards 0.13.0" "Shards Manual"
10+
.TH "SHARDS" "1" "2021-03-10" "shards 0.14.1" "Shards Manual"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: shards
2-
version: 0.14.0
2+
version: 0.14.1
33

44
authors:
55
- Julien Portalier <[email protected]>

0 commit comments

Comments
 (0)