From 8e79e0934a24be78dd7b044144f9e34548e1cc45 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 23 Oct 2024 04:00:50 +0000 Subject: [PATCH] chore(release): 3.3.1 --- 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 d2bfba95..c481f4ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes +## [3.3.1](https://github.com/cpcloud/protoletariat/compare/3.3.0...3.3.1) (2024-10-23) + +### Bug Fixes + +* **deps:** update dependency protobuf to v5.28.3 ([c940736](https://github.com/cpcloud/protoletariat/commit/c940736bb055e5368afe889e2d722b1c5ee07dc3)) + ## [3.3.0](https://github.com/cpcloud/protoletariat/compare/3.2.19...3.3.0) (2024-10-18) ### Features diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index acc4d5ca..7e78bf7a 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -2,4 +2,4 @@ from __future__ import annotations -__version__ = "3.3.0" +__version__ = "3.3.1" diff --git a/pyproject.toml b/pyproject.toml index 0dbc019d..1d4a62cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "3.3.0" +version = "3.3.1" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"