Skip to content

Commit 848d211

Browse files
committed
0.4.0
Automatically generated by python-semantic-release
1 parent ef2ec84 commit 848d211

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

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.3.0"
1+
__version__ = "0.4.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.3.0"
3+
version = "0.4.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)