From ba40f2958238ce1b4a02cd7be7242b274abb3a4d Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 3 Jan 2024 02:58:45 +0000 Subject: [PATCH] 0.8.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- smithed_libraries/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac93d71..631c023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.8.3 (2024-01-03) + +### Fix + +* 1.20.4 and beet v100+ ([#38](https://github.com/Smithed-MC/Libraries/issues/38)) ([`b1fdbf6`](https://github.com/Smithed-MC/Libraries/commit/b1fdbf683edeb8bd5677804b68ca62bf61791e56)) + ## v0.8.2 (2024-01-03) ### Fix * Bump beet and pydantic vers ([`aced5d8`](https://github.com/Smithed-MC/Libraries/commit/aced5d8f03f6e73914d859f66492928a1c289b4e)) diff --git a/pyproject.toml b/pyproject.toml index e670bd5..49193b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smithed-libraries" -version = "0.8.2" +version = "0.8.3" description = "All of the Smithed Libraries" authors = ["Smithed Council "] license = "MIT" diff --git a/smithed_libraries/__init__.py b/smithed_libraries/__init__.py index 3d322ea..4c4b5aa 100644 --- a/smithed_libraries/__init__.py +++ b/smithed_libraries/__init__.py @@ -4,7 +4,7 @@ from . import plugins -__version__ = "0.8.2" +__version__ = "0.8.3" __all__ = [ "actionbar",