Skip to content

Commit

Permalink
chore(release): 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 22, 2022
1 parent e040217 commit da89b7d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## [0.9.4](https://github.com/cpcloud/protoletariat/compare/v0.9.3...v0.9.4) (2022-06-22)


### Bug Fixes

* **codegen:** deduplicate generated imports ([e040217](https://github.com/cpcloud/protoletariat/commit/e040217ea9007e01f657cfb4ffcba80a9c8be23f))
* **codegen:** don't traverse or generate code with `__pycache__` ([0c083d5](https://github.com/cpcloud/protoletariat/commit/0c083d519442fd45bdb43328006818cd5e975df1))

### [0.9.3](https://github.com/cpcloud/protoletariat/compare/v0.9.2...v0.9.3) (2022-05-06)


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

0 comments on commit da89b7d

Please sign in to comment.