File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed
Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.7.2 (2025-01-16)
5+
6+ ### Bug Fixes
7+
8+ - Save dp and rp overlays separately
9+ ([ ` 43778ce ` ] ( https://github.com/BPR02/Observer/commit/43778ce3cae7e1486207e47cd6bb7807e5522f14 ) )
10+
11+ ### Chores
12+
13+ - Make poe commands run pyright
14+ ([ ` c83d75a ` ] ( https://github.com/BPR02/Observer/commit/c83d75a01122dbaaa64991b3b550b7cfe425a6c3 ) )
15+
16+ ### Code Style
17+
18+ - Remove double comment marker
19+ ([ ` 811b8ef ` ] ( https://github.com/BPR02/Observer/commit/811b8ef114a276df9180f546046059ceab977752 ) )
20+
21+ ### Documentation
22+
23+ - Fix docstring line breaks and clarify a few comments
24+ ([ ` 8f76828 ` ] ( https://github.com/BPR02/Observer/commit/8f768288594bf9c1461f2e3489587b392ea5f1ec ) )
25+
26+ ### Refactoring
27+
28+ - Remove unused parameters and functions
29+ ([ ` 5a59e20 ` ] ( https://github.com/BPR02/Observer/commit/5a59e20412f0fbed737d58ff0a8590849365b59b ) )
30+
31+
432## v0.7.1 (2025-01-14)
533
634### Bug Fixes
Original file line number Diff line number Diff line change 1- __version__ = "0.7.1 "
1+ __version__ = "0.7.2 "
22
33from .plugin import *
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " beet-observer"
3- version = " 0.7.1 "
3+ version = " 0.7.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