diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 30b6d45..582db2f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.1" + ".": "0.10.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cb502e..ab6f7fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.2](https://github.com/bedrock-python/servicewright/compare/servicewright-v0.10.1...servicewright-v0.10.2) (2026-09-07) + + +### Bug Fixes + +* importing the FastAPI adapter without its extra names the extra, not starlette ([#54](https://github.com/bedrock-python/servicewright/issues/54)) ([af1e0e1](https://github.com/bedrock-python/servicewright/commit/af1e0e1ae10f90b7d777a78cec35f66884143943)) + ## [0.10.1](https://github.com/bedrock-python/servicewright/compare/servicewright-v0.10.0...servicewright-v0.10.1) (2026-09-07) diff --git a/pyproject.toml b/pyproject.toml index 4610a0d..de4e0ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "servicewright" -version = "0.10.1" +version = "0.10.2" description = "Batteries-optional microservice runtime: lifecycle, observability, warmup and gRPC/FastAPI transport entities to build services fast" readme = "README.md" requires-python = ">=3.12"