Skip to content

Commit 1031edc

Browse files
committed
0.89.1
Automatically generated by python-semantic-release
1 parent 8dfd2a1 commit 1031edc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.89.1 (2023-06-28)
6+
7+
### Fix
8+
9+
* Add trim_material and trim_pattern ([#399](https://github.com/mcbeet/beet/issues/399)) ([`8dfd2a1`](https://github.com/mcbeet/beet/commit/8dfd2a1849914730a1ac607fbc76a8338d043064))
10+
511
## v0.89.0 (2023-06-24)
612

713
### Feature

beet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.89.0"
1+
__version__ = "0.89.1"
22

33

44
from .core.cache import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "beet"
3-
version = "0.89.0"
3+
version = "0.89.1"
44
description = "The Minecraft pack development kit"
55
authors = ["Valentin Berlier <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)