Skip to content

Commit ba40f29

Browse files
committed
0.8.3
Automatically generated by python-semantic-release
1 parent b1fdbf6 commit ba40f29

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.8.3 (2024-01-03)
6+
7+
### Fix
8+
9+
* 1.20.4 and beet v100+ ([#38](https://github.com/Smithed-MC/Libraries/issues/38)) ([`b1fdbf6`](https://github.com/Smithed-MC/Libraries/commit/b1fdbf683edeb8bd5677804b68ca62bf61791e56))
10+
511
## v0.8.2 (2024-01-03)
612
### Fix
713
* Bump beet and pydantic vers ([`aced5d8`](https://github.com/Smithed-MC/Libraries/commit/aced5d8f03f6e73914d859f66492928a1c289b4e))

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 = "smithed-libraries"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
description = "All of the Smithed Libraries"
55
authors = ["Smithed Council <team@smithed.dev>"]
66
license = "MIT"

smithed_libraries/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from . import plugins
66

7-
__version__ = "0.8.2"
7+
__version__ = "0.8.3"
88

99
__all__ = [
1010
"actionbar",

0 commit comments

Comments
 (0)