Skip to content

Commit 609a135

Browse files
committed
0.6.0
Automatically generated by python-semantic-release
1 parent 0306a21 commit 609a135

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.6.0 (2024-12-11)
5+
6+
### Documentation
7+
8+
- Update todo
9+
([`fdcf7e3`](https://github.com/BPR02/Observer/commit/fdcf7e30f48203e4620d0b344298ba1068a13b5b))
10+
11+
- Update todo
12+
([`e28a209`](https://github.com/BPR02/Observer/commit/e28a20954c07a14db13f31ea99b7be9bb16fb909))
13+
14+
### Features
15+
16+
- Accept links for process location
17+
([`0306a21`](https://github.com/BPR02/Observer/commit/0306a21fb221f5f5a0616c90e3db5964db4ba6f1))
18+
19+
420
## v0.5.0 (2024-12-11)
521

622
### 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.5.0"
1+
__version__ = "0.6.0"
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.5.0"
3+
version = "0.6.0"
44
description = "A beet plugin to automatically generate overlays from previous datapacks"
55
authors = ["BPR02 <dev@bpr02.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)