Skip to content

Commit

Permalink
Release: v0.8.0 infamous muskrat
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Jun 5, 2018
1 parent 83eab9a commit 5c9a222
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# CHANGELOG

## UNRELEASED
## v0.8.0

Features:
- Global cache for cloned Git repositories, aside crystal cache
(e.g. `~/.cache/shards`).
- Install shard executables inside project bin folder on shard install.
See #126.

Fixes:
Changes:
- Global cache for cloned Git repositories, aside crystal cache
(e.g. `~/.cache/shards`). Customizable with `SHARDS_CACHE_PATH`.
- Clone bare Git repositories instead of creating mirrors (fetch should be
faster, and less space required on disk).
- Man pages are now in the `man` folder.
- Allow loose shard versioning, accepting semver-like versions and alternatives
such as calver.

Fixes:
- Compatibility with Crystal 0.25.

## v0.7.2

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.2
0.8.0
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.7.2" "File Formats"
.TH "SHARD\&.YAML" "5" "September 2015" "shards 0.8.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 2015" "shards 0.7.2" "User Commands"
.TH SHARDS "1" "September 2015" "shards 0.8.0" "User Commands"
.SH NAME
shards \- dependency manager for the Crystal Language
.SH SYNOPSYS
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: shards
version: 0.7.2
version: 0.8.0

authors:
- Julien Portalier <[email protected]>
Expand All @@ -12,6 +12,6 @@ targets:
shards:
main: src/shards.cr

crystal: 0.24.0
crystal: 0.25.0

license: Apache-2.0

0 comments on commit 5c9a222

Please sign in to comment.