Skip to content

Commit 145256f

Browse files
committed
0.90.0
Automatically generated by python-semantic-release
1 parent 8275c7e commit 145256f

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.90.0 (2023-08-06)
6+
7+
### Feature
8+
9+
* Add beet.contrib.log_level ([`8275c7e`](https://github.com/mcbeet/beet/commit/8275c7e6929b64ae0c49d061a49f5fc7eedb1c5d))
10+
511
## v0.89.2 (2023-08-05)
612

713
### Fix

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.2"
1+
__version__ = "0.90.0"
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.2"
3+
version = "0.90.0"
44
description = "The Minecraft pack development kit"
55
authors = ["Valentin Berlier <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)