Skip to content

v0.4.1

Latest

Choose a tag to compare

@feodor-ra feodor-ra released this 29 Jul 16:56
8863cb5

No functional changes: the library behaves exactly as in 0.4.0. This release ships expanded docstrings, corrected package metadata and an entirely rebuilt documentation site.

Changed

  • Public docstrings substantially expanded — they now spell out the until resolution rules, the build-once behaviour and the diagnostics, and they are what your IDE shows on hover. by @feodor-ra in #4
  • Package metadatakeywords filled in, Homepage repointed from the repository to the documentation site, Issues and Changelog URLs added. by @feodor-ra in #8
  • Build backend requirement widened to uv_build>=0.8.3,<0.12.0 in a9c2955

Documentation

The site was rebuilt from five flat pages into Overview / Guide / Examples / API Reference / Changelog, in English and Russian:

  • New pages: quickstart, recipes, limitations (including the FastAPI compatibility matrix), a changelog, and an API reference generated from the docstrings. by @feodor-ra in #5
  • Bilingual README — README.md (English) and README.ru.md. by @feodor-ra in #6
  • Availability diagrams moved to mermaid classDef, readable in both the light and dark themes. by @feodor-ra in #7
  • Docs now deploy to GitHub Pages through the Pages Actions artifact, built with mkdocs build --strict. by @feodor-ra in #8

📖 https://feodor-ra.github.io/fastapi-easy-versioning/

Full Changelog: v0.4.0...v0.4.1