From d1141455dc85a678c92a71890d854e3c34ef17cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Dec 2021 14:30:22 +0000 Subject: [PATCH] chore(release): 0.6.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ protoletariat/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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"