Skip to content

Commit 09e8de9

Browse files
committed
0.16.1
Automatically generated by python-semantic-release
1 parent 3650513 commit 09e8de9

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.16.1 (2025-12-28)
6+
7+
### Fix
8+
9+
* packs readme ([#55](https://github.com/Smithed-MC/Libraries/issues/55)) ([`3650513`](https://github.com/Smithed-MC/Libraries/commit/365051346584bb30dc5796bb4bcdfb62813174a3))
10+
511
## v0.16.0 (2025-12-28)
612

713
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "smithed-libraries"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
description = "All of the Smithed Libraries"
55
authors = ["Smithed Council <team@smithed.dev>"]
66
license = "MIT"

smithed_libraries/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from . import plugins
66

7-
__version__ = "0.16.0"
7+
__version__ = "0.16.1"
88

99
__all__ = [
1010
"actionbar",

0 commit comments

Comments
 (0)