File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v0.8.3 (2024-01-03)
6
+
7
+ ### Fix
8
+
9
+ * 1.20.4 and beet v100+ ([ #38 ] ( https://github.com/Smithed-MC/Libraries/issues/38 ) ) ([ ` b1fdbf6 ` ] ( https://github.com/Smithed-MC/Libraries/commit/b1fdbf683edeb8bd5677804b68ca62bf61791e56 ) )
10
+
5
11
## v0.8.2 (2024-01-03)
6
12
### Fix
7
13
* Bump beet and pydantic vers ([ ` aced5d8 ` ] ( https://github.com/Smithed-MC/Libraries/commit/aced5d8f03f6e73914d859f66492928a1c289b4e ) )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " smithed-libraries"
3
- version = " 0.8.2 "
3
+ version = " 0.8.3 "
4
4
description = " All of the Smithed Libraries"
5
5
authors = [" Smithed Council <team@smithed.dev>" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 4
4
5
5
from . import plugins
6
6
7
- __version__ = "0.8.2 "
7
+ __version__ = "0.8.3 "
8
8
9
9
__all__ = [
10
10
"actionbar" ,
You can’t perform that action at this time.
0 commit comments