File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed
Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.2.0 (2024-11-22)
5+
6+ ### Chores
7+
8+ - Fix github action release
9+ ([ ` 6e0d283 ` ] ( https://github.com/BPR02/Observer/commit/6e0d283250e8daeea710889e4a3b131c323d910d ) )
10+
11+ Workaround for this issue:
12+ https://github.com/python-semantic-release/python-semantic-release/issues/723
13+
14+ - Only publish on new release
15+ ([ ` f13ec64 ` ] ( https://github.com/BPR02/Observer/commit/f13ec6475a7d5dda2622600b8fe839e08e455aff ) )
16+
17+ - Properly update plugin version
18+ ([ ` b1d1d6b ` ] ( https://github.com/BPR02/Observer/commit/b1d1d6b412c607ec821bc2f001395023a9464df6 ) )
19+
20+ - manually update version to 0.1.0 since the github action won't do it rn
21+
22+ ### Features
23+
24+ - Generate datapack overlays
25+ ([ ` c03b42c ` ] ( https://github.com/BPR02/Observer/commit/c03b42c08f2e669ccee4253d8dd0e33863d58ae9 ) )
26+
27+ ### Testing
28+
29+ - Add proper test pipeline
30+ ([ ` dd086fc ` ] ( https://github.com/BPR02/Observer/commit/dd086fc47503372a911302dad76cf8c5088367b2 ) )
31+
32+
433## v0.1.0 (2024-11-21)
534
635### Features
Original file line number Diff line number Diff line change 1- __version__ = "0.1 .0"
1+ __version__ = "0.2 .0"
22
33from .plugin import *
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " beet-observer"
3- version = " 0.1 .0"
3+ version = " 0.2 .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