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 4bcd956 commit 9af498eCopy full SHA for 9af498e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.3.6](https://github.com/rjw57/pydantic-gitlab-webhooks/compare/0.3.5...0.3.6) (2024-11-26)
4
+
5
+### Bug Fixes
6
7
+* **deps:** update dependency pydantic to v2.10.2 ([dd832d2](https://github.com/rjw57/pydantic-gitlab-webhooks/commit/dd832d2d2dbc59c3b2556c0e667fefcdfd8dcd35))
8
9
## [0.3.5](https://github.com/rjw57/pydantic-gitlab-webhooks/compare/0.3.4...0.3.5) (2024-11-22)
10
11
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-gitlab-webhooks"
-version = "0.3.5"
+version = "0.3.6"
description = "Pydantic models for GitLab webhook payloads"
authors = [
"Rich Wareham <[email protected]>"
0 commit comments