Skip to content

Commit

Permalink
0.7.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 30, 2023
1 parent 3ebdd3e commit 3132736
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.7.4 (2023-07-30)
### Fix
* Clicked_lockable_block.json ([`3ebdd3e`](https://github.com/Smithed-MC/Libraries/commit/3ebdd3e31e2d1e31d7a57cb8c85ead4de085a62a))

## v0.7.3 (2023-06-25)
### Fix
* **actionbar:** Ensure api tags **exist** ([`6ebba8c`](https://github.com/Smithed-MC/Libraries/commit/6ebba8c5bf4cb92bf13f0a1ca575a7f49210cd08))
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.7.3"
version = "0.7.4"
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.7.3"
__version__ = "0.7.4"

__all__ = [
"actionbar",
Expand Down

0 comments on commit 3132736

Please sign in to comment.