Skip to content

Commit 9fcff0f

Browse files
committed
chore(release): 0.1.2
1 parent 866bc6e commit 9fcff0f

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CHANGELOG.md

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

3+
## [0.1.2](https://github.com/rjw57/pydantic-gitlab-webhooks/compare/0.1.1...0.1.2) (2024-11-16)
4+
35
## [0.1.1](https://github.com/rjw57/pydantic-gitlab-webhooks/compare/0.1.0...0.1.1) (2024-11-16)
46

57
## 0.1.0 (2024-11-16)

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
[tool.poetry]
22
name = "pydantic-gitlab-webhooks"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Pydantic models for GitLab webhook payloads"
55
authors = [
66
"Rich Wareham <[email protected]>"
77
]
88
license = "MIT"
99
readme = "README.md"
1010

11-
[project.urls]
12-
homepage = "https://github.com/rjw57/pydantic-gitlab-webhooks"
13-
repository = "https://github.com/rjw57/pydantic-gitlab-webhooks.git"
14-
issues = "https://github.com/rjw57/pydantic-gitlab-webhooks/issues"
15-
changelog = "https://github.com/rjw57/pydantic-gitlab-webhooks/blob/main/CHANGELOG.md"
16-
1711
[tool.poetry.dependencies]
1812
python = "^3.10"
1913
python-dateutil = "^2.9.0.post0"
@@ -42,6 +36,12 @@ omit = [ "*/test/*", "*/tests/*" ]
4236
[tool.isort]
4337
profile = "black"
4438

39+
[project.urls]
40+
homepage = "https://github.com/rjw57/pydantic-gitlab-webhooks"
41+
repository = "https://github.com/rjw57/pydantic-gitlab-webhooks.git"
42+
issues = "https://github.com/rjw57/pydantic-gitlab-webhooks/issues"
43+
changelog = "https://github.com/rjw57/pydantic-gitlab-webhooks/blob/main/CHANGELOG.md"
44+
4545
[build-system]
4646
requires = [ "poetry-core" ]
4747
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)