diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..30b6d45 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e33984a..0cb502e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.1](https://github.com/bedrock-python/servicewright/compare/servicewright-v0.10.0...servicewright-v0.10.1) (2026-09-07) + + +### Bug Fixes + +* an unhandled exception over gRPC is masked instead of sent as UNKNOWN plus its repr ([#52](https://github.com/bedrock-python/servicewright/issues/52)) ([85218f1](https://github.com/bedrock-python/servicewright/commit/85218f1847b3c5031ce61c34ff6e1a7fd459b7c0)) + ## [0.10.0](https://github.com/bedrock-python/servicewright/compare/servicewright-v0.9.1...servicewright-v0.10.0) (2026-09-06) diff --git a/pyproject.toml b/pyproject.toml index 3f30164..4610a0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "servicewright" -version = "0.10.0" +version = "0.10.1" description = "Batteries-optional microservice runtime: lifecycle, observability, warmup and gRPC/FastAPI transport entities to build services fast" readme = "README.md" requires-python = ">=3.12"