Skip to content

Commit

Permalink
Pre-release: v0.9.0.beta monumental duck
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Jan 11, 2019
1 parent 301c0ff commit 4dd6e45
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
# CHANGELOG

## UNRELEASED
## v0.9.0.beta - 2019-01-11

Breaking changes:
- A `shard.yml` spec is now required in libraries.
- Drop support for obsolete Projectfile.

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

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

## v0.8.1 - 2018-06-17
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.9.0.beta
2 changes: 1 addition & 1 deletion man/shard.yml.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "SHARD\&.YAML" "5" "September 2015" "shards 0.8.1" "File Formats"
.TH "SHARD\&.YAML" "5" "September 2015" "shards 0.9.0" "File Formats"
.SH NAME
shard.yml \- metadata for crystal applications and libraries
.SH SYNOPSYS
Expand Down
2 changes: 1 addition & 1 deletion man/shards.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SHARDS "1" "September 2018" "shards 0.8.1" "User Commands"
.TH SHARDS "1" "September 2018" "shards 0.9.0" "User Commands"
.SH NAME
shards \- dependency manager for the Crystal Language
.SH SYNOPSYS
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.8.1
version: 0.9.0.beta

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

0 comments on commit 4dd6e45

Please sign in to comment.