Skip to content

Commit

Permalink
chore(release): 0.6.1
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 Dec 2, 2021
1 parent 4c1e5fb commit 11f3ea9
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.6.1 (2021-12-02)
### Documentation
* Add some more information to the README.md ([`1d93380`](https://github.com/cpcloud/protoletariat/commit/1d93380ee9efc8159da96dd7600f95b5b6b83ec9))

### Performance
* Remove the use of a dict to store rewriters ([`72a8fd3`](https://github.com/cpcloud/protoletariat/commit/72a8fd367c11d951f1132f5b7e69ca4e7218807c))

## v0.6.0 (2021-12-01)
### Feature
* Add the ability to bring your own (FileDescriptorSet) bytes ([`36589a6`](https://github.com/cpcloud/protoletariat/commit/36589a605585afde46ceec89bea790bff13c02fb))
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.6.0"
__version__ = "0.6.1"
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.6.0"
version = "0.6.1"
packages = [{ include = "protoletariat" }]
homepage = "https://github.com/cpcloud/protoletariat"
repository = "https://github.com/cpcloud/protoletariat"
Expand Down

0 comments on commit 11f3ea9

Please sign in to comment.