From 11f3ea92e38358f5b51bce7aa6fca7f1befd0a2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 23:54:25 +0000 Subject: [PATCH] chore(release): 0.6.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ protoletariat/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4014c2f1..14c38cb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## 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)) diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index 906d362f..43c4ab00 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -1 +1 @@ -__version__ = "0.6.0" +__version__ = "0.6.1" diff --git a/pyproject.toml b/pyproject.toml index 58052f09..c8dea071 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"