File tree Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## v0.6.0
4
+
5
+ Features:
6
+ - prune command to remove extraneous libs
7
+ - init command to create an initial shard.yml
8
+
9
+ Fixes:
10
+ - print details when postinstall script fails, see #84
11
+ - path resolver didn't verify the path actually existed, see #77
12
+ - recursion when shard name doesn't match dependency name, see #72
13
+
3
14
## v0.5.4
4
15
5
16
Fixes:
Original file line number Diff line number Diff line change 1
- 0.5.4
1
+ 0.6.0
Original file line number Diff line number Diff line change 1
1
name : shards
2
- version : 0.5.4
2
+ version : 0.6.0
3
3
4
4
authors :
5
5
-
Julien Portalier <[email protected] >
Original file line number Diff line number Diff line change 1
- .TH "SHARD\& .YAML" "5" "September 2015" "shards 0.5.4 " "File Formats"
1
+ .TH "SHARD\& .YAML" "5" "September 2015" "shards 0.6.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 2015" "shards 0.5.4 " "User Commands"
1
+ .TH SHARDS "1" "September 2015" "shards 0.6.0 " "User Commands"
2
2
.SH NAME
3
3
shards \- dependency manager for the Crystal Language
4
4
.SH SYNOPSYS
You can’t perform that action at this time.
0 commit comments