Skip to content

Commit 182792a

Browse files
Changelog for 0.19.1 (#666)
1 parent b72eacf commit 182792a

File tree

5 files changed

+27
-11
lines changed

5 files changed

+27
-11
lines changed

CHANGELOG.md

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

3+
## [0.19.1] (2025-01-23)
4+
5+
[0.19.1]: https://github.com/crystal-lang/shards/releases/0.19.1
6+
7+
### Bugfixes
8+
9+
- Fix `--help` option ([#665], thanks @ysbaddaden)
10+
11+
[#665]: https://github.com/crystal-lang/shards/pull/665
12+
13+
### Infrastructure
14+
15+
* Changelog for 0.19.1 ([#666], thanks @straight-shoota)
16+
17+
[#666]: https://github.com/crystal-lang/shards/pull/666
18+
319
## [0.19.0] (2024-12-18)
420

521
[0.19.0]: https://github.com/crystal-lang/shards/releases/0.19.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.19.0
1+
0.19.1

man/shard.yml.5

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/shards.1

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.19.0
2+
version: 0.19.1
33
description: |
44
Resolves, installs and updates project dependencies reproducibly from source
55
repositories.

0 commit comments

Comments
 (0)