Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 26, 2024
1 parent 196b5f6 commit 3d8e82f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## 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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion smithed_libraries/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from . import plugins

__version__ = "0.8.3"
__version__ = "0.9.0"

__all__ = [
"actionbar",
Expand Down

0 comments on commit 3d8e82f

Please sign in to comment.