Skip to content

Commit

Permalink
0.8.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 3, 2024
1 parent b1fdbf6 commit ba40f29
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.8.3 (2024-01-03)

### Fix

* 1.20.4 and beet v100+ ([#38](https://github.com/Smithed-MC/Libraries/issues/38)) ([`b1fdbf6`](https://github.com/Smithed-MC/Libraries/commit/b1fdbf683edeb8bd5677804b68ca62bf61791e56))

## v0.8.2 (2024-01-03)
### Fix
* Bump beet and pydantic vers ([`aced5d8`](https://github.com/Smithed-MC/Libraries/commit/aced5d8f03f6e73914d859f66492928a1c289b4e))
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.2"
version = "0.8.3"
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.2"
__version__ = "0.8.3"

__all__ = [
"actionbar",
Expand Down

0 comments on commit ba40f29

Please sign in to comment.