Prepare SAFE 0.4.0 release - #42
Open
HDauven wants to merge 1 commit into
Open
Conversation
Bump dusk-safe to 0.4.0 for the intentional Sponge equality API removal and the accumulated hardening fixes. Cut the dated changelog section and update release comparison links.
HDauven
added this pull request to stack #43
September 12, 2026 22:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prepare
dusk-safe0.4.0, stacked on #41.This PR changes only
Cargo.tomlandCHANGELOG.md: +5/-2 lines relative to #41. It introduces no additional runtime, API, dependency or test changes.Compatibility
0.4.0 is the intended breaking release for the removal of
Sponge: PartialEqin #40, tracked in #39. Consumers using whole-sponge equality or requiring that trait must update their code; the migration is documented onSponge. The changelog also records the Rust 1.96.1 MSRV and the accumulated hardening fixes.Validation
Passed locally on Rust 1.96.1:
make testandmake cq, including debug/release tests and the zeroize 1.5.4 compatibility consumer.thumbv6m-none-eabibuilds with and without encryption.cargo package --all-featuresandcargo publish --dry-run --all-features.The verified package contains 22 files and records commit
48db4a9cf975a4d3e63f54b43c4d78a8df22c512with a clean working tree.Merge / publication
Merge #41 before this PR. This PR currently targets
fix/absorb-validated-inputso its incremental diff is limited to release metadata.This prepares the release only: no tag or publication has been performed. Before publishing, verify the final merged release commit and its checks; refresh the changelog date if publication happens on a later date.