Skip to content

Commit 66a5e58

Browse files
committed
0.2.1
Automatically generated by python-semantic-release
1 parent a3d3c96 commit 66a5e58

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# CHANGELOG
22

33

4+
## v0.2.1 (2024-11-22)
5+
6+
### Bug Fixes
7+
8+
- Remove empty overlay entries in datapack
9+
([`a3d3c96`](https://github.com/BPR02/Observer/commit/a3d3c969eda9cf485d37d81b95bafdab80c24d06))
10+
11+
- fixes a bug that created an empty overlay field in pack.mcmeta even if there were no overlays
12+
generated
13+
14+
415
## v0.2.0 (2024-11-22)
516

617
### Chores

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