From f3ef34db87f2b59be575bfb29d93bc75421f3b3f Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 3 Dec 2024 16:53:32 +0000 Subject: [PATCH] 0.12.0 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 cbc5d93..1e7e1eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.12.0 (2024-12-03) + +### Feature + +* Update to 1.21.4 ([`af8a88b`](https://github.com/Smithed-MC/Libraries/commit/af8a88bc98746850602999873c904e0677780022)) + ## v0.11.0 (2024-11-23) ### Feature diff --git a/pyproject.toml b/pyproject.toml index ba2ed16..7c6a1c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smithed-libraries" -version = "0.11.0" +version = "0.12.0" description = "All of the Smithed Libraries" authors = ["Smithed Council "] license = "MIT" diff --git a/smithed_libraries/__init__.py b/smithed_libraries/__init__.py index 66ca5f7..e836c10 100644 --- a/smithed_libraries/__init__.py +++ b/smithed_libraries/__init__.py @@ -4,7 +4,7 @@ from . import plugins -__version__ = "0.11.0" +__version__ = "0.12.0" __all__ = [ "actionbar",