Skip to content

Commit 3f18e81

Browse files
committed
docs: expand v0.3.6 changelog with all commits since v0.3.5
1 parent bf757f5 commit 3f18e81

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626

2727
### Changed
2828

29-
- Bump rmcp from 1.3.0 to 1.4.0; remove now-redundant `tool_router` struct field (auto-generated by macro since 1.4.0)
29+
- Bump rmcp from 1.1.1 to 1.4.0; remove now-redundant `tool_router` struct field (auto-generated by the `#[tool_router]` macro since 1.4.0)
3030
- Bump tokio from 1.50.0 to 1.52.0
31-
- Bump toml from 1.1.1 to 1.1.2
31+
- Bump toml from 1.0.6 to 1.1.2
32+
- Bump clap from 4.5.60 to 4.6.0
33+
- Bump tracing-subscriber from 0.3.22 to 0.3.23
34+
- CI: pin all GitHub Actions to full commit SHAs for supply-chain security
35+
- CI: bump actions/checkout v4 → v6
36+
- CI: bump github/codeql-action v3 → v4
37+
- CI: bump codecov/codecov-action v5 → v6
38+
- CI: bump softprops/action-gh-release 2.6.1 → 3.0.0
39+
- CI: bump EmbarkStudios/cargo-deny-action 2.0.15 → 2.0.17
40+
- CI: bump lewagon/wait-on-check-action 1.5.0 → 1.7.0
3241

3342
### Fixed
3443

35-
- CI: nightly rustfmt failures when `rustfmt` component is temporarily unavailable for the latest nightly build (`--allow-downgrade`)
44+
- CI: nightly rustfmt failures when the `rustfmt` component is temporarily unavailable for the latest nightly — now uses `rustup toolchain install nightly --component rustfmt --allow-downgrade`
45+
- CI: CodeQL workflow now runs for fork pull requests (`pull_request_target`)
46+
- CI: labeler workflow uses `pull_request_target` to access labels on fork PRs
3647

3748
## [0.3.5] - 2026-03-17
3849

0 commit comments

Comments
 (0)