Skip to content

3.5.1

Latest

Choose a tag to compare

@call518 call518 released this 30 Apr 14:58

Release Notes — v3.5.1

Release Date: 2026-04-30

Changes

Dependencies

  • Added pre-commit>=4.6.0 as a project dependency
  • Updated uv.lock with the latest resolved dependency graph

Build & Versioning

  • Switched local_scheme from no-local-version to node-and-date
    • Local dev builds now show version strings like 1.0.1.dev2+gabcdef.d20260430
  • Commented out version_scheme = "no-guess-dev" (reverts to upstream default guess-next-dev)
  • Added fallback_version = "0.0.0" for builds outside a tagged commit
  • Expanded inline comments in pyproject.toml to document all available version_scheme and local_scheme options

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.