From c9c7600080923434e5f2c49c46b8d0e154020b5e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 May 2023 01:39:42 +0000 Subject: [PATCH] chore(release): 3.2.4 --- CHANGELOG.md | 7 +++++++ protoletariat/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5abcf3a0..6596b882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release Notes +## [3.2.4](https://github.com/cpcloud/protoletariat/compare/3.2.3...3.2.4) (2023-05-05) + + +### Bug Fixes + +* **deps:** update dependency protobuf to v4.22.4 ([6631d79](https://github.com/cpcloud/protoletariat/commit/6631d79403c32b2fdd08e68a9fb7c6d4fbf93028)) + ## [3.2.3](https://github.com/cpcloud/protoletariat/compare/3.2.2...3.2.3) (2023-04-18) diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index 885a36b1..71c9406a 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -1,3 +1,3 @@ """Protocol buffers for the rest of us.""" -__version__ = "3.2.3" +__version__ = "3.2.4" diff --git a/pyproject.toml b/pyproject.toml index c0bf65e7..65d1a48b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "3.2.3" +version = "3.2.4" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"