Skip to content

v0.49.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jul 17:18
7c7bbfa

In this release

  • Unstable --stability-aware mode for detecting breakage in the Rust standard library.
  • False-positive fix: correctly propagate #[doc(hidden)] through glob re-exports when determining public API.
  • Bugfix: honor --package together with --workspace, including explicitly selected publish = false packages.
  • The cargo-semver-checks binary can now be invoked directly, including by full path, as well as via cargo semver-checks.
  • Exit codes now distinguish deny-level SemVer violations (100) from errors that prevented the check from completing (101).
  • Git repositories using SHA-256 object hashes are now supported.

semver-animation
This adorable animation was made by @dekirisu

This release requires Rust 1.92+ both to install (MSRV) and at runtime.

All merged PRs

New Contributors

Full Changelog: v0.48.0...v0.49.0