File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.4.0 (2024-11-24)
5+
6+ ### Features
7+
8+ - Add worldgen support ([ #1 ] ( https://github.com/BPR02/Observer/pull/1 ) ,
9+ [ ` ef2ec84 ` ] ( https://github.com/BPR02/Observer/commit/ef2ec848fbfd71d0aab4d2703a979573a4649c6d ) )
10+
11+ * worldgen
12+
13+ * don't test worldgen
14+
15+ - tests with worldgen files are broken in lectern snapshots:
16+ https://github.com/mcbeet/lectern/issues/361
17+
18+ * Update TODO.md
19+
20+
421## v0.3.0 (2024-11-22)
522
623### Features
Original file line number Diff line number Diff line change 1- __version__ = "0.3 .0"
1+ __version__ = "0.4 .0"
22
33from .plugin import *
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " beet-observer"
3- version = " 0.3 .0"
3+ version = " 0.4 .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