@@ -5,6 +5,41 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.3.3] - 2026-02-16
9+
10+ ### Added
11+
12+ - ** homebrew** : Add source formula alongside binary formula
13+ - ** release** : Attach attestation bundles to release assets
14+ - ** mcpb** : Add MCPB manifest, ignore file, and signing cert
15+ - ** release** : Add MCPB bundle packaging to release pipeline
16+ - ** ci** : Add agentic workflows (ci-doctor, issue-triage, q, update-docs, daily-repo-status)
17+ - ** ci** : Extract composite actions for Rust setup and cargo tool installation
18+ - ** ci** : Add concurrency groups and timeout limits to workflows
19+
20+ ### Changed
21+
22+ - ** deps** : Bump rmcp 0.14.0 to 0.15.0
23+ - ** deps** : Bump clap 4.5.57 to 4.5.58, clap_complete 4.5.65 to 4.5.66
24+ - ** deps** : Bump predicates 3.1.3 to 3.1.4, tempfile 3.24.0 to 3.25.0
25+ - ** deps** : Bump actions/checkout to v6.0.2, actions/download-artifact to v7.0.0
26+ - ** deps** : Bump actions/upload-pages-artifact to v4.0.0, actions/attest-build-provenance
27+
28+ ### Fixed
29+
30+ - ** release** : Use PAT for release to trigger downstream workflows
31+ - ** homebrew** : Use pre-built binaries with completions and man pages
32+ - ** homebrew** : Rename platform binary to nsip during install
33+ - ** mcpb** : Correct manifest schema and mcpb CLI usage
34+ - ** mcpb** : Remove signing (mcpb sign v2.1.2 corrupts ZIP)
35+ - ** ci** : Rename rust-template to nsip in linux and sbom workflows
36+ - ** ci** : Correct invalid action SHAs, remove unsupported CodeQL workflow
37+ - ** ci** : Standardize action version pins across 35+ workflows
38+
39+ ### Miscellaneous
40+
41+ - Ignore * .local.* files
42+
843## [ 0.3.3-rc.3] - 2026-02-14
944
1045### Added
0 commit comments