Skip to content

Commit a17ba8f

Browse files
author
semantic-release
committed
chore(release): v0.113.0-beta.9
1 parent 624eb96 commit a17ba8f

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.113.0-beta.9 (2025-12-03)
6+
7+
### Bug Fixes
8+
9+
- Include subprojects' ignore and output directories to prevent rebuild loops in watch when using
10+
broadcast ([#482](https://github.com/mcbeet/beet/pull/482),
11+
[`624eb96`](https://github.com/mcbeet/beet/commit/624eb96dbef139c671e2f1b316fcc00c132f0c51))
12+
13+
514
## v0.113.0-beta.8 (2025-12-03)
615

716
### Bug Fixes

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.8"
7+
version = "0.113.0-beta.9"
88
description = "The Minecraft pack development kit"
99
authors = [{ name = "Valentin Berlier", email = "berlier.v@gmail.com" }]
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.8"
1+
__version__ = "0.113.0-beta.9"
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)