Skip to content

Commit 663264c

Browse files
authored
Merge pull request #8 from MehrazRumman/wip
fix project URLs and coverage badge
2 parents 34fa79f + f7f9911 commit 663264c

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Structured 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

pyproject.toml

Lines changed: 6 additions & 6 deletions
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.2.0"
7+
version = "0.2.1"
88
description = "Logging and observability helpers for FastAPI applications."
99
readme = "README.md"
1010
requires-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]
4141
test = [

0 commit comments

Comments
 (0)