Skip to content

Commit

Permalink
chore(release): 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 18, 2024
1 parent 94f3b7f commit 20887e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release Notes

## [3.3.0](https://github.com/cpcloud/protoletariat/compare/3.2.19...3.3.0) (2024-10-18)

### Features

* **deps:** support protobuf 5 ([5661046](https://github.com/cpcloud/protoletariat/commit/5661046f5f3376739fbbbe903dcd87ddd0c6253a))

### Bug Fixes

* **python:** continue to support python 3.8 ([64fc00e](https://github.com/cpcloud/protoletariat/commit/64fc00e06be9b1b790d3ee09f885819e147bce0a))

## [3.2.19](https://github.com/cpcloud/protoletariat/compare/3.2.18...3.2.19) (2023-08-27)


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.2.19"
__version__ = "3.3.0"
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.2.19"
version = "3.3.0"
packages = [{ include = "protoletariat" }]
homepage = "https://github.com/cpcloud/protoletariat"
repository = "https://github.com/cpcloud/protoletariat"
Expand Down

0 comments on commit 20887e8

Please sign in to comment.