File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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.
4
8
5
9
Features:
6
10
- Experimental support for prereleases. Add a letter to a version number to
7
11
declare a pre-release. For example ` 1.2.3.alpha ` or ` 1.0.0-rc1 ` .
12
+ - Ignore semver metadata (+abc).
8
13
9
14
Fixes:
10
15
- Approximate operator used to match invalid version numbers (e.g. ` ~> 0.1.0 `
11
16
wrongly matched ` 0.10.0 ` ).
12
17
- Unbalanced version numbers, such as ` 1.0.0 ` and ` 1.0.0.1 ` are now correctly
13
18
ordered and compared as ` 1.0.0.1 > 1.0.0 ` .
19
+ - Force the 'v' prefix in version tags.
14
20
- ` install -t ` isn't supported on macOS.
15
21
16
22
## v0.8.1 - 2018-06-17
Original file line number Diff line number Diff line change 1
- 0.8.1
1
+ 0.9.0.beta
Original file line number Diff line number Diff line change 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"
2
2
.SH NAME
3
3
shard.yml \- metadata for crystal applications and libraries
4
4
.SH SYNOPSYS
Original file line number Diff line number Diff line change 1
- .TH SHARDS "1" "September 2018" "shards 0.8.1 " "User Commands"
1
+ .TH SHARDS "1" "September 2018" "shards 0.9.0 " "User Commands"
2
2
.SH NAME
3
3
shards \- dependency manager for the Crystal Language
4
4
.SH SYNOPSYS
Original file line number Diff line number Diff line change 1
1
name : shards
2
- version : 0.8.1
2
+ version : 0.9.0.beta
3
3
4
4
authors :
5
5
-
Julien Portalier <[email protected] >
You can’t perform that action at this time.
0 commit comments