We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6890ac9 commit 593a34aCopy full SHA for 593a34a
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## v0.9.6 - 2024-10-01
10
11
### Bug fixes
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "fastapi-problem"
-version = "0.9.6"
+version = "0.9.7"
description = "FastAPI support for RFC9457 problems."
authors = [
{name = "Daniel Edgecombe", email = "[email protected]"},
@@ -55,7 +55,7 @@ dev = [
55
]
56
57
[tool.changelog_gen]
58
-current_version = "0.9.6"
+current_version = "0.9.7"
59
reject_empty = true
60
statistics = true
61
allowed_branches = [
0 commit comments