Skip to content

Commit

Permalink
chore(release): 0.4.0
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 25, 2021
1 parent 59b6433 commit d6465e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v0.4.0 (2021-11-25)
### Feature
* Introduce module suffixes to allow adjustment of grpc generated code ([`b0b644a`](https://github.com/cpcloud/protoletariat/commit/b0b644a8daaa93850e4723e9bcaf47811294bb40))

### Fix
* Rewrite using per-file rewriters ([`baa883c`](https://github.com/cpcloud/protoletariat/commit/baa883cabb330fc289679d087f370a18e5ec5d15))

## v0.3.1 (2021-11-24)
### Fix
* Generate packages in the output directory ([`a00cc06`](https://github.com/cpcloud/protoletariat/commit/a00cc0651ee4244500443aca9b561278783d0587))
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.3.1"
__version__ = "0.4.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 = "0.3.1"
version = "0.4.0"
packages = [{ include = "protoletariat" }]
homepage = "https://github.com/cpcloud/protoletariat"
repository = "https://github.com/cpcloud/protoletariat"
Expand Down

0 comments on commit d6465e1

Please sign in to comment.