Skip to content

Commit 3964d94

Browse files
Add changelog for 0.18.0
1 parent cefdba7 commit 3964d94

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# Changelog
22

3+
## [0.18.0] (2024-03-28)
4+
5+
[0.18.0]: https://github.com/crystal-lang/shards/releases/0.18.0
6+
7+
### Features
8+
9+
- Support more cache directories on Windows ([#612], thanks @HertzDevil)
10+
- Detect symlink creation capability on Windows ([#617], thanks @HertzDevil)
11+
- Use `Colorize.on_tty_only!` ([#620], thanks @HertzDevil)
12+
13+
### Documentation
14+
15+
- Fix typos ([#607], thanks @kojix2)
16+
17+
### Specs
18+
19+
- Use `FileUtils.rm_rf` instead of shell command in spec ([#616], thanks @HertzDevil)
20+
21+
### Infrastructure
22+
23+
- Adjust changelog format to follow that of crystal ([#606], thanks @straight-shoota)
24+
- Add Windows binary paths to `.gitignore` ([#613], thanks @HertzDevil)
25+
- Add `.gitattributes` ([#614], thanks @HertzDevil)
26+
- Add CI job to test against Crystal 1.0 ([#618], thanks @HertzDevil)
27+
- Configure Renovate ([#564], thanks @renovate)
28+
- Refactor Makefile phony declaration ([#610], thanks @straight-shoota)
29+
- Add `make help` recipe ([#609], thanks @straight-shoota)
30+
- Add `Makefile.win` ([#615], thanks @HertzDevil)
31+
- Add JSON schema for `shard.yml` ([#623], thanks @nobodywasishere)
32+
- Fix Makefile incorrect peer target usage ([#608], thanks @straight-shoota)
33+
34+
[#564]: https://github.com/crystal-lang/shards/pull/564
35+
[#606]: https://github.com/crystal-lang/shards/pull/606
36+
[#607]: https://github.com/crystal-lang/shards/pull/607
37+
[#608]: https://github.com/crystal-lang/shards/pull/608
38+
[#609]: https://github.com/crystal-lang/shards/pull/609
39+
[#610]: https://github.com/crystal-lang/shards/pull/610
40+
[#612]: https://github.com/crystal-lang/shards/pull/612
41+
[#613]: https://github.com/crystal-lang/shards/pull/613
42+
[#614]: https://github.com/crystal-lang/shards/pull/614
43+
[#615]: https://github.com/crystal-lang/shards/pull/615
44+
[#616]: https://github.com/crystal-lang/shards/pull/616
45+
[#617]: https://github.com/crystal-lang/shards/pull/617
46+
[#618]: https://github.com/crystal-lang/shards/pull/618
47+
[#620]: https://github.com/crystal-lang/shards/pull/620
48+
[#623]: https://github.com/crystal-lang/shards/pull/623
349
## [0.17.4] (2023-12-22)
450

551
[0.17.4]: https://github.com/crystal-lang/shards/releases/0.17.4

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.4
1+
0.18.0

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: shards
2-
version: 0.17.4
2+
version: 0.18.0
33

44
authors:
55
- Julien Portalier <[email protected]>

0 commit comments

Comments
 (0)