Skip to content

Releases: ParkviewLab/smalt-mcp

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 25 Jun 07:03

[v1.3.3] - 2026-06-25

Highlights

This is a maintenance release that bumps lagging GitHub Actions pins to their Node 24 floors, with no user-facing behavior changes.

Docs

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 15 Jun 07:53

[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

Docs

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 15 Jun 07:35

[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

Choose a tag to compare

@github-actions github-actions released this 15 Jun 05:04

[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.