diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c38cb7..97734647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.6.2 (2021-12-04) +### Fix +* Ensure every path is decoded as utf-8 ([`a936f08`](https://github.com/cpcloud/protoletariat/commit/a936f088884b94d91af88d2554f5dce1b5e37408)) + ## v0.6.1 (2021-12-02) ### Documentation * Add some more information to the README.md ([`1d93380`](https://github.com/cpcloud/protoletariat/commit/1d93380ee9efc8159da96dd7600f95b5b6b83ec9)) diff --git a/protoletariat/__init__.py b/protoletariat/__init__.py index 43c4ab00..22049ab2 100644 --- a/protoletariat/__init__.py +++ b/protoletariat/__init__.py @@ -1 +1 @@ -__version__ = "0.6.1" +__version__ = "0.6.2" diff --git a/pyproject.toml b/pyproject.toml index c8dea071..059eb4b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "0.6.1" +version = "0.6.2" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"