We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b303a3c commit 6301a16Copy full SHA for 6301a16
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
4
+## v0.7.3 (2025-02-05)
5
+
6
+### Bug Fixes
7
8
+- (#2) caches now track deleted files
9
+ ([`b303a3c`](https://github.com/BPR02/Observer/commit/b303a3cd0d8e2f396d5e9ddebb1c171d1c04c8ad))
10
11
12
## v0.7.2 (2025-01-16)
13
14
### Bug Fixes
beet_observer/__init__.py
@@ -1,3 +1,3 @@
-__version__ = "0.7.2"
+__version__ = "0.7.3"
from .plugin import *
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beet-observer"
-version = "0.7.2"
+version = "0.7.3"
description = "A beet plugin to automatically generate overlays from previous datapacks"
authors = ["BPR02 <[email protected]>"]
license = "MIT"
0 commit comments