Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 23, 2024
1 parent c0f1e9d commit 5489616
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v0.11.0 (2024-11-23)

### Feature

* 1.21.3 update ([`c0f1e9d`](https://github.com/Smithed-MC/Libraries/commit/c0f1e9d6ff48c790a5593e9c56f6e549d79cd569))

## v0.10.0 (2024-11-23)

### Feature
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.10.0"
version = "0.11.0"
description = "All of the Smithed Libraries"
authors = ["Smithed Council <team@smithed.dev>"]
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.10.0"
__version__ = "0.11.0"

__all__ = [
"actionbar",
Expand Down

0 comments on commit 5489616

Please sign in to comment.