chore(release): bump version to 3.6.0#69
Merged
Conversation
- Bump Rust/Node/Python package versions + lockfiles to 3.6.0 - Finalize CHANGELOG [3.6.0]: Boundaries + <env> + with_llm_client seam, tool-arg log redaction, stderr fix, Planner pruning - README: add 'What's new in 3.6'
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.
Release prep for v3.6.0. Bundles the version bump across the full release surface + finalized CHANGELOG + README, on top of #67 (prompt hardening) and #68 (framework boundary), both already merged.
Version surface (3.5.0 → 3.6.0)
core/Cargo.toml,sdk/{node,python}/Cargo.toml(+a3s-code-coredep),sdk/node/package.json,sdk/python/pyproject.toml,sdk/python-bootstrap/pyproject.toml+_bootstrap.py __version__,Cargo.lock,sdk/node/package-lock.json(+ examples).bash check-version.sh 3.6.0→ consistent.Docs
CHANGELOG.md:[Unreleased]→[3.6.0](Added:<env>,with_llm_client; Security: tool-arg log redaction; Changed: Boundaries + guidance; Fixed: stderr; Removed: deadPlanner).README.md: "What's new in 3.6".Gates (match release.yml)
cargo fmt --all -- --check✅cargo clippy --workspace --lib --bins -- -D warnings✅check-version.sh 3.6.0✅No code changes — version/docs only. Merging this then tagging
v3.6.0triggers the release workflow (crates.io / npm / PyPI / GH Release).