Skip to content

Commit c4278d4

Browse files
committed
0.7.2
Automatically generated by python-semantic-release
1 parent 43778ce commit c4278d4

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.7.2 (2025-01-16)
5+
6+
### Bug Fixes
7+
8+
- Save dp and rp overlays separately
9+
([`43778ce`](https://github.com/BPR02/Observer/commit/43778ce3cae7e1486207e47cd6bb7807e5522f14))
10+
11+
### Chores
12+
13+
- Make poe commands run pyright
14+
([`c83d75a`](https://github.com/BPR02/Observer/commit/c83d75a01122dbaaa64991b3b550b7cfe425a6c3))
15+
16+
### Code Style
17+
18+
- Remove double comment marker
19+
([`811b8ef`](https://github.com/BPR02/Observer/commit/811b8ef114a276df9180f546046059ceab977752))
20+
21+
### Documentation
22+
23+
- Fix docstring line breaks and clarify a few comments
24+
([`8f76828`](https://github.com/BPR02/Observer/commit/8f768288594bf9c1461f2e3489587b392ea5f1ec))
25+
26+
### Refactoring
27+
28+
- Remove unused parameters and functions
29+
([`5a59e20`](https://github.com/BPR02/Observer/commit/5a59e20412f0fbed737d58ff0a8590849365b59b))
30+
31+
432
## v0.7.1 (2025-01-14)
533

634
### Bug Fixes

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.7.1"
1+
__version__ = "0.7.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.7.1"
3+
version = "0.7.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)