Skip to content

Commit

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

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

## v0.3.0 (2023-01-08)
### Feature
* **actionbar:** Implement container locking event ([`c172080`](https://github.com/Smithed-MC/Libraries/commit/c172080bb6d763f128f8dd42caea7ecfad1207e2))

## v0.2.1 (2023-01-05)
### Fix
* **prevent-aggression:** Add zombified piglin 0.1.1 ([`bb47411`](https://github.com/Smithed-MC/Libraries/commit/bb47411b0f029ed5a3c09e8d06f73915d6e020ca))
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.2.1"
version = "0.3.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.2.1"
__version__ = "0.3.0"

__all__ = [
"actionbar",
Expand Down

0 comments on commit cfbe551

Please sign in to comment.