From 0d59188b751fde9432c761811d66789416c90b46 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Jan 2025 22:43:04 +0000 Subject: [PATCH] chore(release): 3.3.8 --- CHANGELOG.md | 6 ++++++ protoletariat/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3916f6ed..a406be77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes +## [3.3.8](https://github.com/cpcloud/protoletariat/compare/3.3.7...3.3.8) (2025-01-08) + +### Bug Fixes + +* **deps:** update dependency protobuf to v5.29.3 ([fc2c2b2](https://github.com/cpcloud/protoletariat/commit/fc2c2b2c6563c4c12c42ab367f8f84085d673f12)) + ## [3.3.7](https://github.com/cpcloud/protoletariat/compare/3.3.6...3.3.7) (2025-01-05) ### Bug Fixes diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index 271a034d..05e0dd86 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -2,4 +2,4 @@ from __future__ import annotations -__version__ = "3.3.7" +__version__ = "3.3.8" diff --git a/pyproject.toml b/pyproject.toml index 6785df50..258df332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "3.3.7" +version = "3.3.8" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"