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,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.1] - 2026-04-26
11+
12+ ### Fixed
13+ - Corrected project URLs (homepage, documentation, repository) in package metadata
14+
1015## [ 0.2.0] - 2026-04-26
1116
1217### Changed
Original file line number Diff line number Diff line change 22
33Structured logging and observability middleware for FastAPI applications.
44
5- [ ![ Test] ( https://github.com/MehrazRumman/fastapi-inspector /actions/workflows/tests.yml/badge.svg )] ( https://github.com/MehrazRumman/fastapi-inspector /actions/workflows/tests.yml )
6- [ ![ coverage] ( assets/coverage.svg )] ( https://github.com/MehrazRumman/fastapi-inspector /actions/workflows/coverage-badge.yml )
5+ [ ![ Test] ( https://github.com/MehrazRumman/fastapi-observer /actions/workflows/tests.yml/badge.svg )] ( https://github.com/MehrazRumman/fastapi-observer /actions/workflows/tests.yml )
6+ [ ![ coverage] ( https://raw.githubusercontent.com/MehrazRumman/fastapi-observer/main/ assets/coverage.svg)] ( https://github.com/MehrazRumman/fastapi-observer /actions/workflows/coverage-badge.yml )
77[ ![ pypi package] ( https://img.shields.io/pypi/v/fastapi-inspector?logo=pypi&label=pypi%20package )] ( https://pypi.org/project/fastapi-inspector/ )
88[ ![ python] ( https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-brightgreen?logo=python&logoColor=white )] ( #python-compatibility )
99
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.2.0 "
7+ version = " 0.2.1 "
88description = " Logging and observability helpers for FastAPI applications."
99readme = " README.md"
1010requires-python = " >=3.10,<3.15"
@@ -31,11 +31,11 @@ dependencies = [
3131]
3232
3333[project .urls ]
34- Homepage = " https://github.com/MehrazRumman/ fastapi-inspector "
35- Documentation = " https://mehrazrumman.github.io/fastapi-inspector /"
36- Repository = " https://github.com/MehrazRumman/fastapi-inspector.git "
37- Issues = " https://github.com/MehrazRumman/fastapi-inspector /issues"
38- Changelog = " https://github.com/MehrazRumman/fastapi-inspector /blob/main/CHANGELOG.md"
34+ Homepage = " https://mehrazrumman. github.io/ fastapi-observer/ "
35+ Documentation = " https://mehrazrumman.github.io/fastapi-observer /"
36+ Repository = " https://github.com/MehrazRumman/fastapi-observer "
37+ Issues = " https://github.com/MehrazRumman/fastapi-observer /issues"
38+ Changelog = " https://github.com/MehrazRumman/fastapi-observer /blob/main/CHANGELOG.md"
3939
4040[project .optional-dependencies ]
4141test = [
You can’t perform that action at this time.
0 commit comments