From 74fb685fb775dd3a22994b46e1163c3d951696f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Wed, 18 Dec 2024 18:44:20 +0100 Subject: [PATCH] Release 0.19.0 (#660) --- CHANGELOG.md | 70 +++++++++++++++++++++++++++++++++++++++++++++++++ VERSION | 2 +- man/shard.yml.5 | 10 +++---- man/shards.1 | 10 +++---- shard.yml | 2 +- 5 files changed, 82 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 753b6734..519a465b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,75 @@ # Changelog +## [0.19.0] (2024-12-18) + +[0.19.0]: https://github.com/crystal-lang/shards/releases/0.19.0 + +### Features + +- Forward unmodified ARGV to subcommand ([#631], thanks @luislavena) +- Add support for Codeberg as a git resolver ([#656], thanks @miry) + +[#631]: https://github.com/crystal-lang/shards/pull/631 +[#656]: https://github.com/crystal-lang/shards/pull/656 + +### Bugfixes + +- Fix `GitResolver#valid_repository?` ([#646], thanks @straight-shoota) + +[#646]: https://github.com/crystal-lang/shards/pull/646 + +### Chores + +- `crystal tool format` with Crystal 1.15.0-dev ([#647], thanks @straight-shoota) +- Replace deprecated `::sleep(Number)` ([#652], thanks @straight-shoota) + +[#647]: https://github.com/crystal-lang/shards/pull/647 +[#652]: https://github.com/crystal-lang/shards/pull/652 + +### Refactor + +- Run `git config` instead of reading `config` file manually ([#639], thanks @straight-shoota) + +[#639]: https://github.com/crystal-lang/shards/pull/639 + +### Documentation + +- Use SPDX license identifiers for `license` in `shard.yml` ([#641], thanks @leoheitmannruiz) + +[#641]: https://github.com/crystal-lang/shards/pull/641 + +### Infrastructure + +- `devenv update` ([#661], thanks @straight-shoota) +- Release 0.19.0 ([#660], thanks @straight-shoota) +- Remove `Vagrantfile` ([#630], thanks @straight-shoota) +- Add devenv configuration ([#629], thanks @straight-shoota) +- Update GH Actions ([#621], thanks @renovate) +- Update Analog-inc/asciidoctor-action action to v1.3.2 ([#636], thanks @renovate) +- Update dependency ubuntu to v24 ([#643], thanks @renovate) +- Install mercurial via OS package manager ([#645], thanks @straight-shoota) +- Support `.exe` file extension in `Makefile` on MSYS2 ([#651], thanks @HertzDevil) +- Update CI runners ([#654], thanks @straight-shoota) +- `devenv update` ([#653], thanks @straight-shoota) +- Add linuguist-vendored annotation for generated files ([#658], thanks @straight-shoota) +- [CI] Run docs check in separate workflow with path restriction ([#657], thanks @straight-shoota) +- Add description and metdatada to `shard.yml` ([#662], thanks @straight-shoota) + +[#661]: https://github.com/crystal-lang/shards/pull/661 +[#660]: https://github.com/crystal-lang/shards/pull/660 +[#630]: https://github.com/crystal-lang/shards/pull/630 +[#629]: https://github.com/crystal-lang/shards/pull/629 +[#621]: https://github.com/crystal-lang/shards/pull/621 +[#636]: https://github.com/crystal-lang/shards/pull/636 +[#643]: https://github.com/crystal-lang/shards/pull/643 +[#645]: https://github.com/crystal-lang/shards/pull/645 +[#651]: https://github.com/crystal-lang/shards/pull/651 +[#654]: https://github.com/crystal-lang/shards/pull/654 +[#653]: https://github.com/crystal-lang/shards/pull/653 +[#658]: https://github.com/crystal-lang/shards/pull/658 +[#657]: https://github.com/crystal-lang/shards/pull/657 +[#662]: https://github.com/crystal-lang/shards/pull/662 + ## [0.18.0] (2024-03-28) [0.18.0]: https://github.com/crystal-lang/shards/releases/0.18.0 diff --git a/VERSION b/VERSION index 66333910..1cf0537c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.18.0 +0.19.0 diff --git a/man/shard.yml.5 b/man/shard.yml.5 index c78e7ca7..4fa1168f 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.23 -.\" Date: 2024-10-26 +.\" Generator: Asciidoctor 2.0.20 +.\" Date: 2024-12-18 .\" Manual: File Formats -.\" Source: shards 0.18.0 +.\" Source: shards 0.19.0 .\" Language: English .\" -.TH "SHARD.YML" "5" "2024-10-26" "shards 0.18.0" "File Formats" +.TH "SHARD.YML" "5" "2024-12-18" "shards 0.19.0" "File Formats" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -832,4 +832,4 @@ targets: Written by Julien Portalier and the Crystal project. .SH "SEE ALSO" .sp -\fBshards\fP(1) +\fBshards\fP(1) \ No newline at end of file diff --git a/man/shards.1 b/man/shards.1 index 5a95d0cc..303470cd 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.23 -.\" Date: 2024-10-26 +.\" Generator: Asciidoctor 2.0.20 +.\" Date: 2024-12-18 .\" Manual: Shards Manual -.\" Source: shards 0.18.0 +.\" Source: shards 0.19.0 .\" Language: English .\" -.TH "SHARDS" "1" "2024-10-26" "shards 0.18.0" "Shards Manual" +.TH "SHARDS" "1" "2024-12-18" "shards 0.19.0" "Shards Manual" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -314,4 +314,4 @@ There is NO WARRANTY, to the extent permitted by law. Written by Julien Portalier and the Crystal project. .SH "SEE ALSO" .sp -\fBshard.yml\fP(5) +\fBshard.yml\fP(5) \ No newline at end of file diff --git a/shard.yml b/shard.yml index 885a2758..38ef91d8 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: shards -version: 0.18.0 +version: 0.19.0 description: | Resolves, installs and updates project dependencies reproducibly from source repositories.