Skip to content

Commit 5c9a222

Browse files
committed
Release: v0.8.0 infamous muskrat
1 parent 83eab9a commit 5c9a222

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
# CHANGELOG
22

3-
## UNRELEASED
3+
## v0.8.0
44

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

9-
Fixes:
9+
Changes:
10+
- Global cache for cloned Git repositories, aside crystal cache
11+
(e.g. `~/.cache/shards`). Customizable with `SHARDS_CACHE_PATH`.
1012
- Clone bare Git repositories instead of creating mirrors (fetch should be
1113
faster, and less space required on disk).
14+
- Man pages are now in the `man` folder.
15+
- Allow loose shard versioning, accepting semver-like versions and alternatives
16+
such as calver.
17+
18+
Fixes:
19+
- Compatibility with Crystal 0.25.
1220

1321
## v0.7.2
1422

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.2
1+
0.8.0

man/shard.yml.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "SHARD\&.YAML" "5" "September 2015" "shards 0.7.2" "File Formats"
1+
.TH "SHARD\&.YAML" "5" "September 2015" "shards 0.8.0" "File Formats"
22
.SH NAME
33
shard.yml \- metadata for crystal applications and libraries
44
.SH SYNOPSYS

man/shards.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH SHARDS "1" "September 2015" "shards 0.7.2" "User Commands"
1+
.TH SHARDS "1" "September 2015" "shards 0.8.0" "User Commands"
22
.SH NAME
33
shards \- dependency manager for the Crystal Language
44
.SH SYNOPSYS

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: shards
2-
version: 0.7.2
2+
version: 0.8.0
33

44
authors:
55
- Julien Portalier <[email protected]>
@@ -12,6 +12,6 @@ targets:
1212
shards:
1313
main: src/shards.cr
1414

15-
crystal: 0.24.0
15+
crystal: 0.25.0
1616

1717
license: Apache-2.0

0 commit comments

Comments
 (0)