diff --git a/CHANGELOG.md b/CHANGELOG.md index 7450f197..0080323c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes +## [3.3.3](https://github.com/cpcloud/protoletariat/compare/3.3.2...3.3.3) (2024-12-04) + +### Bug Fixes + +* **deps:** update dependency protobuf to v5.29.1 ([5dda2da](https://github.com/cpcloud/protoletariat/commit/5dda2dafca09a9be6a1d0b2fd9ddcdae7a596b1b)) + ## [3.3.2](https://github.com/cpcloud/protoletariat/compare/3.3.1...3.3.2) (2024-10-29) ### Bug Fixes diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index 8e1a7878..c339083f 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -2,4 +2,4 @@ from __future__ import annotations -__version__ = "3.3.2" +__version__ = "3.3.3" diff --git a/pyproject.toml b/pyproject.toml index 0040aa0a..e88d9f72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "3.3.2" +version = "3.3.3" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"