Skip to content

Commit 6aff996

Browse files
committed
0.6.1
Automatically generated by python-semantic-release
1 parent 10a085e commit 6aff996

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.6.1 (2024-12-13)
5+
6+
### Chores
7+
8+
- Update beet version
9+
([`37e1e00`](https://github.com/BPR02/Observer/commit/37e1e00838872211eca455f51846acbc2f4f2868))
10+
11+
### Performance Improvements
12+
13+
- Introduce caching
14+
([`10a085e`](https://github.com/BPR02/Observer/commit/10a085ebaf4a73c83a3caad742c1a3d27f0ae743))
15+
16+
### Testing
17+
18+
- Fix sanity test pack format
19+
([`70161ec`](https://github.com/BPR02/Observer/commit/70161ec5164f724aaddc7eef3a555616aaad80bc))
20+
21+
- Move mcmeta deletion to tests
22+
([`7f9bf67`](https://github.com/BPR02/Observer/commit/7f9bf67fbbeb5b028e00d0b733df41e95c483574))
23+
24+
425
## v0.6.0 (2024-12-11)
526

627
### Documentation

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.0"
1+
__version__ = "0.6.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.6.0"
3+
version = "0.6.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)