Skip to content

Commit

Permalink
0.6.2
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 7af5549 commit 9e7c7e5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# CHANGELOG


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

### Bug Fixes

- Structure files don't need DataVersion to match
([`cb19247`](https://github.com/BPR02/Observer/commit/cb192474a41f77e9de57f398877fd46a2f3aeaa7))

### Code Style

- Run formatter
([`7af5549`](https://github.com/BPR02/Observer/commit/7af5549acf440cb9e46e590a68fddc7f83e3c45e))

### Documentation

- Update todo
([`2a59fc0`](https://github.com/BPR02/Observer/commit/2a59fc0b2dc98abbc69e2eee92694c64b5c48956))


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

### 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.6.1"
__version__ = "0.6.2"

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

0 comments on commit 9e7c7e5

Please sign in to comment.