v0.1.0
What's Changed
First public release of the library.
Features
- Introduce
VersioningMiddlewareand theversioningdependency for building versioned FastAPI APIs — endpoints are automatically inherited from older versions into newer ones and reflected in each version's OpenAPI schema.
Docs
- Add usage examples and documentation.
Testing & CI
- Add the test suite and CI pipeline.
Full Changelog: https://github.com/feodor-ra/fastapi-easy-versioning/commits/v0.1.0