Conversation
## Summary - bump workspace and JS package versions from 0.1.18 to 0.1.19 - add release notes for changes since v0.1.18, keeping external contribution credit for @oliverlambson in #1298 - update Cargo.lock to pull rustls-webpki 0.103.12 and clear the current cargo-audit blocker on main ## Verification - cargo fmt --check - cargo clippy --all-targets --all-features -- -D warnings - cargo audit --ignore RUSTSEC-2023-0071 - cargo deny check - cargo run -p bashkit-cli -- --version ## Notes - cargo test --all-features still hits the existing bash_comparison_tests parity mismatch set already present on main (114 mismatches), unchanged by this branch
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
0.1.18to0.1.190.1.19changelog entry, including explicit external contribution credit for @oliverlambson in feat(python): add snapshot restore support #1298Cargo.lockto pullrustls-webpki 0.103.12so the current cargo-audit failure onmainis cleared for this releaseWhy
mainis currently blocked from shipping because the Audit job fails onRUSTSEC-2026-0098andRUSTSEC-2026-0099inrustls-webpki 0.103.10Verification
cargo fmt --checkcargo clippy --all-targets --all-features -- -D warningscargo audit --ignore RUSTSEC-2023-0071cargo deny checkcargo run -p bashkit-cli -- --versionNotes
cargo test --all-featuresstill hits the existingbash_comparison_testsparity mismatch set already present onmain(114 mismatches), unchanged by this branch