Files
Andrew Gunnerson 2631228e8d Update dependencies
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
2026-03-19 19:33:15 -04:00
..
2026-02-16 00:06:42 -05:00
2026-03-19 19:33:15 -04:00

Release tools

Updating the project version

To update the project version, run:

cargo xtask set-version -V <version>

This will update the main Cargo.toml file.

To add an entry to CHANGELOG.md, the user should manually type in a message and add repository references, like [Issue #0] or [PR #0].

Then, run the following command to generate the appropriate link references:

cargo xtask update-changelog