Skip to content

Commit 8e79e09

Browse files
chore(release): 3.3.1
1 parent c940736 commit 8e79e09

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes
22

3+
## [3.3.1](https://github.com/cpcloud/protoletariat/compare/3.3.0...3.3.1) (2024-10-23)
4+
5+
### Bug Fixes
6+
7+
* **deps:** update dependency protobuf to v5.28.3 ([c940736](https://github.com/cpcloud/protoletariat/commit/c940736bb055e5368afe889e2d722b1c5ee07dc3))
8+
39
## [3.3.0](https://github.com/cpcloud/protoletariat/compare/3.2.19...3.3.0) (2024-10-18)
410

511
### Features

protoletariat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from __future__ import annotations
44

5-
__version__ = "3.3.0"
5+
__version__ = "3.3.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "protoletariat"
3-
version = "3.3.0"
3+
version = "3.3.1"
44
packages = [{ include = "protoletariat" }]
55
homepage = "https://github.com/cpcloud/protoletariat"
66
repository = "https://github.com/cpcloud/protoletariat"

0 commit comments

Comments
 (0)