chore(release): prepare v1.2.1

Bump the package version to 1.2.1 for multiball Greifarm capture preservation and scoping fixes. Update CHANGELOG.md and refresh the tracked web WASM artifact.

Test Plan:
- `just test` -- passed (152 game tests and 8 service tests)
- `just clippy` -- passed
- `just build-production` -- passed
- `just web-build` -- passed
- `cargo +nightly fmt --all -- --check` -- passed
- `rumdl check --flavor commonmark CHANGELOG.md` -- passed
- `cargo metadata --locked --format-version 1 --no-deps` -- passed
- `git diff --cached --check` -- passed
This commit is contained in:
2026-09-01 05:22:59 +02:00
parent d37d327a02
commit 13f89712e0
4 changed files with 4 additions and 2 deletions
+2
View File
@@ -8,6 +8,8 @@ and this project adheres to
## [Unreleased]
## [1.2.1] - 2026-09-01
### Fixed
- Keep a ball captured by the Greifarm during multiball instead of consuming it;
+1 -1
View File
@@ -551,7 +551,7 @@ dependencies = [
[[package]]
name = "tdkpin-rs"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"directories",
"futures-util",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tdkpin-rs"
version = "1.2.0"
version = "1.2.1"
edition = "2024"
[dependencies]
Binary file not shown.