Skip to content

Commit

Permalink
Release: v0.6.0 proud shrew
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Jan 22, 2016
1 parent f2e4c72 commit ba282ee
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v0.6.0

Features:
- prune command to remove extraneous libs
- init command to create an initial shard.yml

Fixes:
- print details when postinstall script fails, see #84
- path resolver didn't verify the path actually existed, see #77
- recursion when shard name doesn't match dependency name, see #72

## v0.5.4

Fixes:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.4
0.6.0
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.5.4
version: 0.6.0

authors:
- Julien Portalier <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/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.5.4" "File Formats"
.TH "SHARD\&.YAML" "5" "September 2015" "shards 0.6.0" "File Formats"
.SH NAME
shard.yml \- metadata for crystal applications and libraries
.SH SYNOPSYS
Expand Down
2 changes: 1 addition & 1 deletion src/man/shards.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SHARDS "1" "September 2015" "shards 0.5.4" "User Commands"
.TH SHARDS "1" "September 2015" "shards 0.6.0" "User Commands"
.SH NAME
shards \- dependency manager for the Crystal Language
.SH SYNOPSYS
Expand Down

0 comments on commit ba282ee

Please sign in to comment.