Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 13, 2024
1 parent 10a085e commit 6aff996
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# CHANGELOG


## v0.6.1 (2024-12-13)

### Chores

- Update beet version
([`37e1e00`](https://github.com/BPR02/Observer/commit/37e1e00838872211eca455f51846acbc2f4f2868))

### Performance Improvements

- Introduce caching
([`10a085e`](https://github.com/BPR02/Observer/commit/10a085ebaf4a73c83a3caad742c1a3d27f0ae743))

### Testing

- Fix sanity test pack format
([`70161ec`](https://github.com/BPR02/Observer/commit/70161ec5164f724aaddc7eef3a555616aaad80bc))

- Move mcmeta deletion to tests
([`7f9bf67`](https://github.com/BPR02/Observer/commit/7f9bf67fbbeb5b028e00d0b733df41e95c483574))


## v0.6.0 (2024-12-11)

### Documentation
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.6.0"
__version__ = "0.6.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.6.0"
version = "0.6.1"
description = "A beet plugin to automatically generate overlays from previous datapacks"
authors = ["BPR02 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6aff996

Please sign in to comment.