Skip to content

Commit 55b46a1

Browse files
author
semantic-release
committed
chore(release): bolt-v0.50.0-beta.3
1 parent 762ee6c commit 55b46a1

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

packages/bolt/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.50.0-beta.3 (2025-12-08)
6+
7+
### Bug Fixes
8+
9+
- Skip version released from old repo
10+
([`762ee6c`](https://github.com/mcbeet/beet/commit/762ee6ca4d649d101714fe73c57f23dd79f86bcf))
11+
12+
513
## v0.50.0-beta.2 (2025-11-15)
614

715
### Bug Fixes

packages/bolt/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "bolt"
7-
version = "0.50.0-beta.2"
7+
version = "0.50.0-beta.3"
88
description = "Supercharge Minecraft commands with Python"
99
authors = [{ name = "Valentin Berlier", email = "[email protected]" }]
1010
license = "MIT"
@@ -20,7 +20,7 @@ keywords = [
2020

2121
requires-python = ">=3.14"
2222
dependencies = [
23-
"beet>=0.113.0b5",
23+
"beet>=0.113.0b9",
2424
"mecha>=0.101.0",
2525
]
2626

packages/bolt/src/bolt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.50.0-beta.2"
1+
__version__ = "0.50.0-beta.3"
22

33
from .ast import * # noqa: F403
44
from .codegen 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)