Skip to content

Commit a3ff6d4

Browse files
Merge pull request #3 from Teerapat-Vatpitak/chore/finalize-changelog-v0.1.0
docs(changelog): finalize v0.1.0 (2026-05-17)
2 parents 333a93c + 9443bdf commit a3ff6d4

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
_No unreleased changes — v0.1.0 was just cut._
11+
12+
## [0.1.0] — 2026-05-17
13+
14+
First public release. See DESIGN.md §10 for milestone plan.
15+
1016
### Added
1117

1218
- Opt-in strict MCP schema validation (ADR 0010): `[validation] strict = true` validates each `tools/call`'s arguments against the server's advertised `inputSchema` before sending. A dependency-free subset validator (`protocol::schema`) covers `type`/`properties`/`required`/`enum`/`items` and skips unmodeled keywords (forward-compatible, ADR 0005). Arg violations are classified as `CallOutcome::ProtocolError` so they gate a run; default (off) behaviour is byte-for-byte unchanged. Result-side validation is deferred to v0.2.
@@ -164,9 +170,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
164170
- MSRV corrected `1.86`**`1.88`** (the real floor — edition-2024 let-chains; verified by an actual `cargo build` on 1.88) with a new CI `msrv` job pinning it; modernized the clippy nits it surfaced (`collapsible_if`, `is_multiple_of`).
165171
- Re-verified end-to-end on the **x86_64-pc-windows-msvc** target: fmt, clippy `-D warnings`, `--locked` build/test (incl. doctests), `doc -D warnings`, `cargo deny`, `cargo audit`, `publish --dry-run` (104 files).
166172

167-
## [0.1.0] — TBD
168-
169-
First public release. See DESIGN.md §10 for milestone plan.
170-
171173
[Unreleased]: https://github.com/Teerapat-Vatpitak/mcp-loadtest/compare/v0.1.0...HEAD
172174
[0.1.0]: https://github.com/Teerapat-Vatpitak/mcp-loadtest/releases/tag/v0.1.0

0 commit comments

Comments
 (0)