Skip to content

Commit 34fa79f

Browse files
authored
Merge pull request #7 from MehrazRumman/wip
updates for 0.2.0
2 parents 3eb0d80 + 74cf4a0 commit 34fa79f

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fastapi-inspector"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Logging and observability helpers for FastAPI applications."
99
readme = "README.md"
1010
requires-python = ">=3.10,<3.15"

0 commit comments

Comments
 (0)