Skip to content

Commit 9e7c7e5

Browse files
committed
0.6.2
Automatically generated by python-semantic-release
1 parent 7af5549 commit 9e7c7e5

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.6.2 (2024-12-13)
5+
6+
### Bug Fixes
7+
8+
- Structure files don't need DataVersion to match
9+
([`cb19247`](https://github.com/BPR02/Observer/commit/cb192474a41f77e9de57f398877fd46a2f3aeaa7))
10+
11+
### Code Style
12+
13+
- Run formatter
14+
([`7af5549`](https://github.com/BPR02/Observer/commit/7af5549acf440cb9e46e590a68fddc7f83e3c45e))
15+
16+
### Documentation
17+
18+
- Update todo
19+
([`2a59fc0`](https://github.com/BPR02/Observer/commit/2a59fc0b2dc98abbc69e2eee92694c64b5c48956))
20+
21+
422
## v0.6.1 (2024-12-13)
523

624
### 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.6.1"
1+
__version__ = "0.6.2"
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.6.1"
3+
version = "0.6.2"
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)