We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0855e8 commit b2674eaCopy full SHA for b2674ea
CHANGELOG.md
@@ -1,6 +1,16 @@
1
# CHANGELOG
2
3
4
+## v0.3.0 (2024-11-22)
5
+
6
+### Features
7
8
+- Generate resource pack overlays
9
+ ([`d0855e8`](https://github.com/BPR02/Observer/commit/d0855e8dfce7a9f82edbbc641bcc7802e196f994))
10
11
+- add dependency pillow
12
13
14
## v0.2.1 (2024-11-22)
15
16
### Bug Fixes
beet_observer/__init__.py
@@ -1,3 +1,3 @@
-__version__ = "0.2.1"
+__version__ = "0.3.0"
from .plugin import *
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beet-observer"
-version = "0.2.1"
+version = "0.3.0"
description = "A beet plugin to automatically generate overlays from previous datapacks"
authors = ["BPR02 <[email protected]>"]
license = "MIT"
0 commit comments