File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.6.2 (2024-12-13)
5+
6+ ### Bug Fixes
7+
8+ - Structure files don't need DataVersion to match
9+ ([ ` cb19247 ` ] ( https://github.com/BPR02/Observer/commit/cb192474a41f77e9de57f398877fd46a2f3aeaa7 ) )
10+
11+ ### Code Style
12+
13+ - Run formatter
14+ ([ ` 7af5549 ` ] ( https://github.com/BPR02/Observer/commit/7af5549acf440cb9e46e590a68fddc7f83e3c45e ) )
15+
16+ ### Documentation
17+
18+ - Update todo
19+ ([ ` 2a59fc0 ` ] ( https://github.com/BPR02/Observer/commit/2a59fc0b2dc98abbc69e2eee92694c64b5c48956 ) )
20+
21+
422## v0.6.1 (2024-12-13)
523
624### Chores
Original file line number Diff line number Diff line change 1- __version__ = "0.6.1 "
1+ __version__ = "0.6.2 "
22
33from .plugin import *
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " beet-observer"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
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