From c8c47a6d69f075ec31779c8d1e6dc010f22f4727 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 19 Mar 2023 12:26:40 +0000 Subject: [PATCH] chore(release): 3.2.0 --- 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 5d5ddca9..31a65d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release Notes +## [3.2.0](https://github.com/cpcloud/protoletariat/compare/3.1.0...3.2.0) (2023-03-19) + + +### Features + +* **protoc:** forward protoc arguments to protoc generator ([2a0e96a](https://github.com/cpcloud/protoletariat/commit/2a0e96a4c53f75338d6829f68a603111bbbfc9e8)) + ## [3.1.0](https://github.com/cpcloud/protoletariat/compare/3.0.1...3.1.0) (2023-03-19) diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index 0d94b794..c40bfa79 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -1,3 +1,3 @@ """Protocol buffers for the rest of us.""" -__version__ = "3.1.0" +__version__ = "3.2.0" diff --git a/pyproject.toml b/pyproject.toml index 9b16418a..cb08cf37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "3.1.0" +version = "3.2.0" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"