Skip to content

Commit 593a34a

Browse files
committed
Update CHANGELOG for 0.9.7
Bump version: 0.9.6 → 0.9.7
1 parent 6890ac9 commit 593a34a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.9.7 - 2024-11-14
4+
5+
### Bug fixes
6+
7+
- Remove deprecated strip_debug flags. [[6890ac9](https://github.com/NRWLDev/fastapi-problem/commit/6890ac908b439e4879cb17e5fa48a34d2e80031f)]
8+
39
## v0.9.6 - 2024-10-01
410

511
### Bug fixes

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-problem"
3-
version = "0.9.6"
3+
version = "0.9.7"
44
description = "FastAPI support for RFC9457 problems."
55
authors = [
66
{name = "Daniel Edgecombe", email = "[email protected]"},
@@ -55,7 +55,7 @@ dev = [
5555
]
5656

5757
[tool.changelog_gen]
58-
current_version = "0.9.6"
58+
current_version = "0.9.7"
5959
reject_empty = true
6060
statistics = true
6161
allowed_branches = [

0 commit comments

Comments
 (0)