Release Notes — v3.5.1
Release Date: 2026-04-30
Changes
Dependencies
- Added
pre-commit>=4.6.0as a project dependency - Updated
uv.lockwith the latest resolved dependency graph
Build & Versioning
- Switched
local_schemefromno-local-versiontonode-and-date- Local dev builds now show version strings like
1.0.1.dev2+gabcdef.d20260430
- Local dev builds now show version strings like
- Commented out
version_scheme = "no-guess-dev"(reverts to upstream defaultguess-next-dev) - Added
fallback_version = "0.0.0"for builds outside a tagged commit - Expanded inline comments in
pyproject.tomlto document all availableversion_schemeandlocal_schemeoptions
Documentation
- Removed the Smithery badge from
README.md
Notes
This release contains no functional or API changes.
All modifications are limited to build tooling, dependency management, and documentation cleanup.