From 182792aa298983e573af57a8acdcd11dd815ad51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Thu, 23 Jan 2025 20:52:50 +0100 Subject: [PATCH] Changelog for 0.19.1 (#666) --- CHANGELOG.md | 16 ++++++++++++++++ VERSION | 2 +- man/shard.yml.5 | 8 ++++---- man/shards.1 | 10 +++++----- shard.yml | 2 +- 5 files changed, 27 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 519a465b..80ff86f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.19.1] (2025-01-23) + +[0.19.1]: https://github.com/crystal-lang/shards/releases/0.19.1 + +### Bugfixes + +- Fix `--help` option ([#665], thanks @ysbaddaden) + +[#665]: https://github.com/crystal-lang/shards/pull/665 + +### Infrastructure + +* Changelog for 0.19.1 ([#666], thanks @straight-shoota) + +[#666]: https://github.com/crystal-lang/shards/pull/666 + ## [0.19.0] (2024-12-18) [0.19.0]: https://github.com/crystal-lang/shards/releases/0.19.0 diff --git a/VERSION b/VERSION index 1cf0537c..41915c79 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.0 +0.19.1 diff --git a/man/shard.yml.5 b/man/shard.yml.5 index 4fa1168f..11eeb839 100644 --- a/man/shard.yml.5 +++ b/man/shard.yml.5 @@ -1,13 +1,13 @@ '\" t .\" Title: shard.yml .\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.20 -.\" Date: 2024-12-18 +.\" Generator: Asciidoctor 2.0.23 +.\" Date: 2025-01-23 .\" Manual: File Formats -.\" Source: shards 0.19.0 +.\" Source: shards 0.19.1 .\" Language: English .\" -.TH "SHARD.YML" "5" "2024-12-18" "shards 0.19.0" "File Formats" +.TH "SHARD.YML" "5" "2025-01-23" "shards 0.19.1" "File Formats" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/man/shards.1 b/man/shards.1 index 303470cd..a2052441 100644 --- a/man/shards.1 +++ b/man/shards.1 @@ -1,13 +1,13 @@ '\" t .\" Title: shards .\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.20 -.\" Date: 2024-12-18 +.\" Generator: Asciidoctor 2.0.23 +.\" Date: 2025-01-23 .\" Manual: Shards Manual -.\" Source: shards 0.19.0 +.\" Source: shards 0.19.1 .\" Language: English .\" -.TH "SHARDS" "1" "2024-12-18" "shards 0.19.0" "Shards Manual" +.TH "SHARDS" "1" "2025-01-23" "shards 0.19.1" "Shards Manual" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -303,7 +303,7 @@ Crystal Language home page: \c .URL "https://crystal\-lang.org" "" "" .SH "COPYRIGHT" .sp -Copyright © 2024 Julien Portalier. +Copyright © 2025 Julien Portalier. .sp .URL "http://www.apache.org/licenses/LICENSE\-2.0" "License Apache 2.0" "" .sp diff --git a/shard.yml b/shard.yml index 38ef91d8..7aa045ea 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: shards -version: 0.19.0 +version: 0.19.1 description: | Resolves, installs and updates project dependencies reproducibly from source repositories.