Skip to content

Commit 6db6a63

Browse files
chore(release): 3.3.10
1 parent 54fb0d8 commit 6db6a63

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes
22

3+
## [3.3.10](https://github.com/cpcloud/protoletariat/compare/3.3.9...3.3.10) (2025-03-19)
4+
5+
### Bug Fixes
6+
7+
* **deps:** update dependency protobuf to v5.29.4 ([54fb0d8](https://github.com/cpcloud/protoletariat/commit/54fb0d8db9a3f61005cff6f972d2c7c4ba30d8b3))
8+
39
## [3.3.9](https://github.com/cpcloud/protoletariat/compare/3.3.8...3.3.9) (2025-01-24)
410

511
### Bug Fixes

protoletariat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from __future__ import annotations
44

5-
__version__ = "3.3.9"
5+
__version__ = "3.3.10"

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 = "protoletariat"
3-
version = "3.3.9"
3+
version = "3.3.10"
44
packages = [{ include = "protoletariat" }]
55
homepage = "https://github.com/cpcloud/protoletariat"
66
repository = "https://github.com/cpcloud/protoletariat"

0 commit comments

Comments
 (0)