Skip to content

Commit 6802fa3

Browse files
committed
chore(release): 0.3.1
1 parent 80ebbe0 commit 6802fa3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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+
## [0.3.1](https://github.com/rjw57/pydantic-gitlab-webhooks/compare/0.3.0...0.3.1) (2024-11-19)
4+
5+
### Bug Fixes
6+
7+
* allow issues to have null descriptions ([d735dfa](https://github.com/rjw57/pydantic-gitlab-webhooks/commit/d735dfaa78fd1aa7765fa4ce35de2025a2c5647a))
8+
39
## [0.3.0](https://github.com/rjw57/pydantic-gitlab-webhooks/compare/0.2.3...0.3.0) (2024-11-19)
410

511
### Features

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.0"
3+
version = "0.3.1"
44
description = "Pydantic models for GitLab webhook payloads"
55
authors = [
66
"Rich Wareham <[email protected]>"

0 commit comments

Comments
 (0)