Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.19.0 #660

Merged
merged 5 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.18.0
0.19.0
10 changes: 5 additions & 5 deletions man/shard.yml.5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/shards.1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down