diff --git a/CHANGELOG.md b/CHANGELOG.md index 631c023..6518e3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.9.0 (2024-07-26) + +### Feature + +* Update minecraft version ([`936eddc`](https://github.com/Smithed-MC/Libraries/commit/936eddcfe4a5a613eba1601d539945968b82d8ac)) +* Update to 1.20.5, useless ticking function, fix: #34 ([`8c6cfd8`](https://github.com/Smithed-MC/Libraries/commit/8c6cfd82e904dba690b13dfcff638d0f18049d51)) + ## v0.8.3 (2024-01-03) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 259d17a..a347220 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smithed-libraries" -version = "0.8.3" +version = "0.9.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 4c4b5aa..5f7da6a 100644 --- a/smithed_libraries/__init__.py +++ b/smithed_libraries/__init__.py @@ -4,7 +4,7 @@ from . import plugins -__version__ = "0.8.3" +__version__ = "0.9.0" __all__ = [ "actionbar",