File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.6.1 (2024-12-13)
5+
6+ ### Chores
7+
8+ - Update beet version
9+ ([ ` 37e1e00 ` ] ( https://github.com/BPR02/Observer/commit/37e1e00838872211eca455f51846acbc2f4f2868 ) )
10+
11+ ### Performance Improvements
12+
13+ - Introduce caching
14+ ([ ` 10a085e ` ] ( https://github.com/BPR02/Observer/commit/10a085ebaf4a73c83a3caad742c1a3d27f0ae743 ) )
15+
16+ ### Testing
17+
18+ - Fix sanity test pack format
19+ ([ ` 70161ec ` ] ( https://github.com/BPR02/Observer/commit/70161ec5164f724aaddc7eef3a555616aaad80bc ) )
20+
21+ - Move mcmeta deletion to tests
22+ ([ ` 7f9bf67 ` ] ( https://github.com/BPR02/Observer/commit/7f9bf67fbbeb5b028e00d0b733df41e95c483574 ) )
23+
24+
425## v0.6.0 (2024-12-11)
526
627### Documentation
Original file line number Diff line number Diff line change 1- __version__ = "0.6.0 "
1+ __version__ = "0.6.1 "
22
33from .plugin import *
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " beet-observer"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44description = " A beet plugin to automatically generate overlays from previous datapacks"
55authors = [
" BPR02 <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments