Skip to content

Commit

Permalink
0.49.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 7, 2022
1 parent c521b12 commit 8860b9f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion beet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from .toolchain.tree import *
from .toolchain.worker import *

__version__ = "0.49.0"
__version__ = "0.49.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8860b9f

Please sign in to comment.