Skip to content

Commit dce7ef8

Browse files
committed
chore(release): 0.3.3
1 parent e882d92 commit dce7ef8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.3.3](https://github.com/rjw57/pydantic-gitlab-webhooks/compare/0.3.2...0.3.3) (2024-11-20)
4+
5+
### Bug Fixes
6+
7+
* be more forgiving in what we accept in changes ([221a028](https://github.com/rjw57/pydantic-gitlab-webhooks/commit/221a028541993584d286dae16ad91ad0db6c2d3c))
8+
* **issues:** be more liberal in "event_type" for issue hooks ([db34396](https://github.com/rjw57/pydantic-gitlab-webhooks/commit/db34396a13eb55ebaeea65594723f2a325f3590f))
9+
310
## [0.3.2](https://github.com/rjw57/pydantic-gitlab-webhooks/compare/0.3.1...0.3.2) (2024-11-20)
411

512
## [0.3.1](https://github.com/rjw57/pydantic-gitlab-webhooks/compare/0.3.0...0.3.1) (2024-11-19)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydantic-gitlab-webhooks"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "Pydantic models for GitLab webhook payloads"
55
authors = [
66
"Rich Wareham <[email protected]>"

0 commit comments

Comments
 (0)