diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c258185..6dc670f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes +## [3.3.5](https://github.com/cpcloud/protoletariat/compare/3.3.4...3.3.5) (2024-12-18) + +### Bug Fixes + +* **deps:** update dependency protobuf to v5.29.2 ([52ad14c](https://github.com/cpcloud/protoletariat/commit/52ad14c5d34dc83892b4d69cb77bcb3299445f47)) + ## [3.3.4](https://github.com/cpcloud/protoletariat/compare/3.3.3...3.3.4) (2024-12-04) ### Bug Fixes diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index bc97f03d..0825d117 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -2,4 +2,4 @@ from __future__ import annotations -__version__ = "3.3.4" +__version__ = "3.3.5" diff --git a/pyproject.toml b/pyproject.toml index 77f3473b..8db4222a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "3.3.4" +version = "3.3.5" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"