Skip to content

Commit 265dc74

Browse files
author
semantic-release
committed
chore(release): mecha-v0.102.2
1 parent 1cb3a81 commit 265dc74

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

packages/mecha/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.102.2 (2026-01-17)
6+
7+
### Bug Fixes
8+
9+
- List as root #491 ([#494](https://github.com/mcbeet/beet/pull/494),
10+
[`1cb3a81`](https://github.com/mcbeet/beet/commit/1cb3a81a04c54886616b265962755dcc815ecd71))
11+
12+
513
## v0.102.1 (2026-01-16)
614

715
### Bug Fixes

packages/mecha/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 = "mecha"
7-
version = "0.102.1"
7+
version = "0.102.2"
88
description = "A powerful Minecraft command library"
99
authors = [{ name = "Valentin Berlier", email = "berlier.v@gmail.com" }]
1010
license = "MIT"

packages/mecha/src/mecha/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.102.1"
1+
__version__ = "0.102.2"
22

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