Skip to content

chore(release): prepare v0.1.19#1311

Merged
chaliy merged 2 commits intomainfrom
chore/release-v0.1.19
Apr 15, 2026
Merged

chore(release): prepare v0.1.19#1311
chaliy merged 2 commits intomainfrom
chore/release-v0.1.19

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented Apr 15, 2026

Summary

  • bump Bashkit release metadata from 0.1.18 to 0.1.19
  • add the 0.1.19 changelog entry, including explicit external contribution credit for @oliverlambson in feat(python): add snapshot restore support #1298
  • update Cargo.lock to pull rustls-webpki 0.103.12 so the current cargo-audit failure on main is cleared for this release

Why

  • main is currently blocked from shipping because the Audit job fails on RUSTSEC-2026-0098 and RUSTSEC-2026-0099 in rustls-webpki 0.103.10
  • the release PR needs that dependency remediation or it inherits the same red CI state and cannot publish

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

chaliy added 2 commits April 15, 2026 09:11
## 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
@chaliy chaliy merged commit 7f4c252 into main Apr 15, 2026
28 checks passed
@chaliy chaliy deleted the chore/release-v0.1.19 branch April 15, 2026 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant