File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.5.0 (2024-12-11)
5+
6+ ### Chores
7+
8+ - Delete demo_pack directory
9+ ([ ` 0fb8086 ` ] ( https://github.com/BPR02/Observer/commit/0fb8086b62297b500888fb5f1f4f0daf4a686870 ) )
10+
11+ ### Documentation
12+
13+ - Add poetry installation info to contributing
14+ ([ ` 60aee3f ` ] ( https://github.com/BPR02/Observer/commit/60aee3fb858e980d7868518fdf1638118d0ead4e ) )
15+
16+ ### Features
17+
18+ - Ignore overlays that exist before the plugin runs
19+ ([ ` 801bb67 ` ] ( https://github.com/BPR02/Observer/commit/801bb67d10e365234f213d3db4d1bf946e7c61f0 ) )
20+
21+ ### Testing
22+
23+ - Rename "nester_overlay" to "subfolder_overlay"
24+ ([ ` 1d5f7eb ` ] ( https://github.com/BPR02/Observer/commit/1d5f7eb97aa8b84b8f7a98318efe975a10fb3ddc ) )
25+
26+
427## v0.4.0 (2024-11-24)
528
629### Features
Original file line number Diff line number Diff line change 1- __version__ = "0.4 .0"
1+ __version__ = "0.5 .0"
22
33from .plugin import *
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " beet-observer"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
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