Skip to content

Commit 18a536f

Browse files
committed
chore(release): bump version to 0.3.3
1 parent ca04419 commit 18a536f

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,41 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nsip"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2024"
55
rust-version = "1.92"
66
description = "NSIP Search API client for nsipsearch.nsip.org/api"

0 commit comments

Comments
 (0)