File tree Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## UNRELEASED
3
+ ## v0.8.0
4
4
5
5
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 .
8
8
9
- Fixes:
9
+ Changes:
10
+ - Global cache for cloned Git repositories, aside crystal cache
11
+ (e.g. ` ~/.cache/shards ` ). Customizable with ` SHARDS_CACHE_PATH ` .
10
12
- Clone bare Git repositories instead of creating mirrors (fetch should be
11
13
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.
12
20
13
21
## v0.7.2
14
22
Original file line number Diff line number Diff line change 1
- 0.7.2
1
+ 0.8.0
Original file line number Diff line number Diff line change 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"
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.7.2 " "User Commands"
1
+ .TH SHARDS "1" "September 2015" "shards 0.8.0 " "User Commands"
2
2
.SH NAME
3
3
shards \- dependency manager for the Crystal Language
4
4
.SH SYNOPSYS
Original file line number Diff line number Diff line change 1
1
name : shards
2
- version : 0.7.2
2
+ version : 0.8.0
3
3
4
4
authors :
5
5
-
Julien Portalier <[email protected] >
@@ -12,6 +12,6 @@ targets:
12
12
shards :
13
13
main : src/shards.cr
14
14
15
- crystal : 0.24 .0
15
+ crystal : 0.25 .0
16
16
17
17
license : Apache-2.0
You can’t perform that action at this time.
0 commit comments