File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.0] - 2026-04-26
11+
12+ ### Changed
13+ - Renamed package from ` fastapi-observer ` to ` fastapi-inspector `
14+ - Renamed Python import from ` fastapi_observer ` to ` fastapi_inspector `
15+
1016## [ 0.1.0] - 2026-04-26
1117
1218### Added
@@ -23,5 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2329- MkDocs documentation site with quickstart, API reference, and best-practices guides
2430- CI/CD pipelines for testing (Python 3.10–3.14), coverage badge, and PyPI publishing
2531
26- [ Unreleased ] : https://github.com/MehrazRumman/fastapi-inspector/compare/v0.1.0...HEAD
32+ [ Unreleased ] : https://github.com/MehrazRumman/fastapi-inspector/compare/v0.2.0...HEAD
33+ [ 0.2.0 ] : https://github.com/MehrazRumman/fastapi-inspector/compare/v0.1.0...v0.2.0
2734[ 0.1.0 ] : https://github.com/MehrazRumman/fastapi-inspector/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " fastapi-inspector"
7- version = " 0.1 .0"
7+ version = " 0.2 .0"
88description = " Logging and observability helpers for FastAPI applications."
99readme = " README.md"
1010requires-python = " >=3.10,<3.15"
You can’t perform that action at this time.
0 commit comments