Crate releases
March 17, 2026 ยท View on GitHub
- Merge a PR removing the
-alphasuffix on the crate versions. - Change directories into the crate version you want to publish and run
./publish.sh. If you're publishingjavyandjavy-plugin-api, publish thejavycrate first.
CLI releases
- Merge a PR updating the root
Cargo.tomlwith the new version, following semver. - Create a new release in GitHub
here. On the page
creating the release, create a new tag and title that are set to
vfollowed by the new version in the rootCargo.toml, for examplev8.0.0. Thebuild-assetsworkflow should attach artifacts to the new release.