Skip to content

Commit 4dd6e45

Browse files
committed
Pre-release: v0.9.0.beta monumental duck
1 parent 301c0ff commit 4dd6e45

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
# CHANGELOG
22

3-
## UNRELEASED
3+
## v0.9.0.beta - 2019-01-11
4+
5+
Breaking changes:
6+
- A `shard.yml` spec is now required in libraries.
7+
- Drop support for obsolete Projectfile.
48

59
Features:
610
- Experimental support for prereleases. Add a letter to a version number to
711
declare a pre-release. For example `1.2.3.alpha` or `1.0.0-rc1`.
12+
- Ignore semver metadata (+abc).
813

914
Fixes:
1015
- Approximate operator used to match invalid version numbers (e.g. `~> 0.1.0`
1116
wrongly matched `0.10.0`).
1217
- Unbalanced version numbers, such as `1.0.0` and `1.0.0.1` are now correctly
1318
ordered and compared as `1.0.0.1 > 1.0.0`.
19+
- Force the 'v' prefix in version tags.
1420
- `install -t` isn't supported on macOS.
1521

1622
## v0.8.1 - 2018-06-17

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.1
1+
0.9.0.beta

man/shard.yml.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "SHARD\&.YAML" "5" "September 2015" "shards 0.8.1" "File Formats"
1+
.TH "SHARD\&.YAML" "5" "September 2015" "shards 0.9.0" "File Formats"
22
.SH NAME
33
shard.yml \- metadata for crystal applications and libraries
44
.SH SYNOPSYS

man/shards.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH SHARDS "1" "September 2018" "shards 0.8.1" "User Commands"
1+
.TH SHARDS "1" "September 2018" "shards 0.9.0" "User Commands"
22
.SH NAME
33
shards \- dependency manager for the Crystal Language
44
.SH SYNOPSYS

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.8.1
2+
version: 0.9.0.beta
33

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

0 commit comments

Comments
 (0)