Skip to content

Commit 4491156

Browse files
committed
0.2.0
Automatically generated by python-semantic-release
1 parent 6e0d283 commit 4491156

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
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

beet_observer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.2.0"
22

33
from .plugin import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "beet-observer"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "A beet plugin to automatically generate overlays from previous datapacks"
55
authors = ["BPR02 <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)