Skip to content

Commit

Permalink
chore(release): 0.5.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions[bot] authored and github-actions committed Nov 28, 2021
1 parent b1c2b09 commit f20874e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.5.2 (2021-11-28)
### Performance
* Use cpp implementation for python protobuf ([`ebc5614`](https://github.com/cpcloud/protoletariat/commit/ebc561447af11e2dfcef655695a7c4b5316cc92b))

## v0.5.1 (2021-11-28)
### Fix
* Use ast replacement everywhere because typed_ast/typed_astunparse performs correct roundtrip ([`627bffb`](https://github.com/cpcloud/protoletariat/commit/627bffb3512adae63bcd59dab6fce5cc2683f9a6))
Expand Down
2 changes: 1 addition & 1 deletion protoletariat/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.1"
__version__ = "0.5.2"
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 = "0.5.1"
version = "0.5.2"
packages = [{ include = "protoletariat" }]
homepage = "https://github.com/cpcloud/protoletariat"
repository = "https://github.com/cpcloud/protoletariat"
Expand Down

0 comments on commit f20874e

Please sign in to comment.