Releases: ParkviewLab/smalt-mcp
Release list
v1.3.3
v1.3.2
[v1.3.2] - 2026-06-15
Highlights
This is a security maintenance release that floors the starlette dependency to >=1.0.1 to address GHSA-86qp-5c8j-p5mr, a Host-header validation issue in the previously unconstrained 1.0.0 resolution.
Bug fixes
- Floor starlette>=1.0.1 (GHSA-86qp-5c8j-p5mr) (#43) (770d64c)
Docs
- V1.3.1 [skip ci] (1bbe671)
v1.3.1
[v1.3.1] - 2026-06-15
Highlights
This is a maintenance release that aligns smalt-mcp with ParkviewLab's handbook conventions, with no behavioural changes. The license moves from MIT to a dual MIT OR Apache-2.0 arrangement, with dual LICENSE files, per-file SPDX headers, a REUSE.toml, and updated README and LICENSING.md. Internally, CI workflows for reuse, version-guard, test, license-check, and a dormant dev-release were added, ruff and ty replaced the prior lint/type setup, and the test suite (217 tests) remains green.
Docs
- V1.3.0 [skip ci] (8941151)
v1.3.0
[v1.3.0] - 2026-06-14
Highlights
This release adds an automated changelog and GitHub Release generation step to the tag-push workflow, producing a CHANGELOG.md section (LLM-written highlights paragraph plus a git-cliff categorized commit list) and publishing it as the GitHub Release body. CHANGELOG.md has been backfilled for all prior tags from v0.1.0 through v1.2.0, and the README now documents the changelog job and the Conventional Commit convention it relies on. The workflow requires an org-level ANTHROPIC_API_KEY secret, and falls back to a placeholder paragraph if it is unset.