diff --git a/CHANGELOG.md b/CHANGELOG.md index 97734647..ef6e35f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.7.0 (2021-12-12) +### Feature +* Support click 7 ([`b994dad`](https://github.com/cpcloud/protoletariat/commit/b994dad32f0e4a66f20793f1526638a296004186)) + +### Documentation +* Link to protobuf issue ([`2b60855`](https://github.com/cpcloud/protoletariat/commit/2b608550bd85e9152189f4bf63806e543f383d45)) + ## v0.6.2 (2021-12-04) ### Fix * Ensure every path is decoded as utf-8 ([`a936f08`](https://github.com/cpcloud/protoletariat/commit/a936f088884b94d91af88d2554f5dce1b5e37408)) diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index 22049ab2..49e0fc1e 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -1 +1 @@ -__version__ = "0.6.2" +__version__ = "0.7.0" diff --git a/pyproject.toml b/pyproject.toml index c06b3c0b..455eeb7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "0.6.2" +version = "0.7.0" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"