From 887e16595d7cb9a6a729de4a639df8cb2f2769af Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 23 Nov 2024 15:25:39 +0000 Subject: [PATCH] 0.10.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 f177e31..1b8f6e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.10.0 (2024-11-23) + +### Feature + +* Update to 1.21 ([`3fa6af8`](https://github.com/Smithed-MC/Libraries/commit/3fa6af8561b3da489ee307cbef9b316df0712bfb)) + ## v0.9.2 (2024-09-08) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 620bf57..bbedd19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smithed-libraries" -version = "0.9.2" +version = "0.10.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 f48829d..68ca304 100644 --- a/smithed_libraries/__init__.py +++ b/smithed_libraries/__init__.py @@ -4,7 +4,7 @@ from . import plugins -__version__ = "0.9.2" +__version__ = "0.10.0" __all__ = [ "actionbar",