Skip to content

Commit e36c2d2

Browse files
author
semantic-release
committed
chore(release): bolt-v0.50.0-beta.5
1 parent c18be20 commit e36c2d2

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
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.5 (2025-12-08)
6+
7+
### Features
8+
9+
- Major version
10+
([`9e89fec`](https://github.com/mcbeet/beet/commit/9e89fec9526b45f4271dc2f026d914e50cca581e))
11+
12+
513
## v0.50.0-beta.4 (2025-12-08)
614

715
### Bug Fixes

packages/bolt/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 = "bolt"
7-
version = "0.50.0-beta.4"
7+
version = "0.50.0-beta.5"
88
description = "Supercharge Minecraft commands with Python"
99
authors = [{ name = "Valentin Berlier", email = "berlier.v@gmail.com" }]
1010
license = "MIT"

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.4"
1+
__version__ = "0.50.0-beta.5"
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)