Skip to content

Commit fa881a0

Browse files
committed
0.5.0
Automatically generated by python-semantic-release
1 parent 801bb67 commit fa881a0

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.5.0 (2024-12-11)
5+
6+
### Chores
7+
8+
- Delete demo_pack directory
9+
([`0fb8086`](https://github.com/BPR02/Observer/commit/0fb8086b62297b500888fb5f1f4f0daf4a686870))
10+
11+
### Documentation
12+
13+
- Add poetry installation info to contributing
14+
([`60aee3f`](https://github.com/BPR02/Observer/commit/60aee3fb858e980d7868518fdf1638118d0ead4e))
15+
16+
### Features
17+
18+
- Ignore overlays that exist before the plugin runs
19+
([`801bb67`](https://github.com/BPR02/Observer/commit/801bb67d10e365234f213d3db4d1bf946e7c61f0))
20+
21+
### Testing
22+
23+
- Rename "nester_overlay" to "subfolder_overlay"
24+
([`1d5f7eb`](https://github.com/BPR02/Observer/commit/1d5f7eb97aa8b84b8f7a98318efe975a10fb3ddc))
25+
26+
427
## v0.4.0 (2024-11-24)
528

629
### Features

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.4.0"
1+
__version__ = "0.5.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.4.0"
3+
version = "0.5.0"
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)