Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 22, 2024
1 parent a3d3c96 commit 66a5e58
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# CHANGELOG


## v0.2.1 (2024-11-22)

### Bug Fixes

- Remove empty overlay entries in datapack
([`a3d3c96`](https://github.com/BPR02/Observer/commit/a3d3c969eda9cf485d37d81b95bafdab80c24d06))

- fixes a bug that created an empty overlay field in pack.mcmeta even if there were no overlays
generated


## v0.2.0 (2024-11-22)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion beet_observer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

from .plugin import *
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beet-observer"
version = "0.2.0"
version = "0.2.1"
description = "A beet plugin to automatically generate overlays from previous datapacks"
authors = ["BPR02 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 66a5e58

Please sign in to comment.