Skip to content

Commit 5e81136

Browse files
author
semantic-release
committed
chore(release): v0.113.0-beta.8
1 parent 9ac861d commit 5e81136

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v0.113.0-beta.8 (2025-12-03)
6+
7+
### Bug Fixes
8+
9+
- Cleanup empty overlays
10+
([`15d2d86`](https://github.com/mcbeet/beet/commit/15d2d862281e4af36e41b41606669dd2ba5ada54))
11+
12+
513
## v0.113.0-beta.7 (2025-11-17)
614

715
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "beet"
7-
version = "0.113.0-beta.7"
7+
version = "0.113.0-beta.8"
88
description = "The Minecraft pack development kit"
99
authors = [{ name = "Valentin Berlier", email = "[email protected]" }]
1010
license = "MIT"

src/beet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.113.0-beta.7"
1+
__version__ = "0.113.0-beta.8"
22

33
from .core.cache import * # noqa: F403
44
from .core.container import * # noqa: F403

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)