From 8860b9fbda899409703e2e67bab63d5a020038cc Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 7 Jan 2022 17:58:41 +0000 Subject: [PATCH] 0.49.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ beet/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57d90395..78ba9eb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.49.1 (2022-01-07) +### Fix +* Ignore unicode errors when reading log file ([`c521b12`](https://github.com/mcbeet/beet/commit/c521b12fd5c584819b719d4dd30e3087f3cfaa8c)) + +### Documentation +* Add rationale ([`e79e3d3`](https://github.com/mcbeet/beet/commit/e79e3d37ecdbd9b411ba9a912a3e5b8c6892da0d)) + ## v0.49.0 (2021-12-25) ### Feature * Automatically figure out the root of the function tree ([`19f21e1`](https://github.com/mcbeet/beet/commit/19f21e10770fa02c2d99c23d43d54443d1e32b08)) diff --git a/beet/__init__.py b/beet/__init__.py index 200dd622..5dbf9bd3 100644 --- a/beet/__init__.py +++ b/beet/__init__.py @@ -15,4 +15,4 @@ from .toolchain.tree import * from .toolchain.worker import * -__version__ = "0.49.0" +__version__ = "0.49.1" diff --git a/pyproject.toml b/pyproject.toml index f85f5f88..f7af910f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beet" -version = "0.49.0" +version = "0.49.1" description = "The Minecraft pack development kit" authors = ["Valentin Berlier "] license = "MIT"