Skip to content

Commit

Permalink
Realse: v0.8.1 amusing muskrat
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Jun 17, 2018
1 parent 125304d commit 0147a56
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,6 +1,12 @@
# CHANGELOG

## v0.8.0
## v0.8.1

Fixes:
- Repositories cloned with v0.8.0 can't fetch new remote refs anymore, which
totally broke the `update` command.

## v0.8.0 [REVOKED]

Features:
- Install shard executables inside project bin folder on shard install.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
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.0" "File Formats"
.TH "SHARD\&.YAML" "5" "September 2015" "shards 0.8.1" "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 2015" "shards 0.8.0" "User Commands"
.TH SHARDS "1" "September 2015" "shards 0.8.1" "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.0
version: 0.8.1

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

0 comments on commit 0147a56

Please sign in to comment.