Skip to content

Commit

Permalink
chore(release): 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 18, 2024
1 parent 52ad14c commit 4c2c117
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## [3.3.5](https://github.com/cpcloud/protoletariat/compare/3.3.4...3.3.5) (2024-12-18)

### Bug Fixes

* **deps:** update dependency protobuf to v5.29.2 ([52ad14c](https://github.com/cpcloud/protoletariat/commit/52ad14c5d34dc83892b4d69cb77bcb3299445f47))

## [3.3.4](https://github.com/cpcloud/protoletariat/compare/3.3.3...3.3.4) (2024-12-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion protoletariat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from __future__ import annotations

__version__ = "3.3.4"
__version__ = "3.3.5"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "protoletariat"
version = "3.3.4"
version = "3.3.5"
packages = [{ include = "protoletariat" }]
homepage = "https://github.com/cpcloud/protoletariat"
repository = "https://github.com/cpcloud/protoletariat"
Expand Down

0 comments on commit 4c2c117

Please sign in to comment.