Skip to content

Commit 27844cc

Browse files
Version Packages (#43)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5ad4a27 commit 27844cc

4 files changed

Lines changed: 17 additions & 16 deletions

File tree

.changeset/leaderboard-publishing-gate.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# kit
22

3+
## 2.11.1
4+
5+
### Patch Changes
6+
7+
- 5ad4a27: shellcade-kit: make the leaderboard requirement an opt-in publishing gate
8+
(`shellcade-kit check --require-leaderboard`) instead of a generic conformance
9+
verdict.
10+
11+
The behavioral "posts on leave" verdict false-failed correct round-based games
12+
(a mid-play leave is recorded at round settlement, not on the leave callback),
13+
and a static "must declare a board" check inside generic conformance
14+
false-fails the minimal test fixtures that declare no board. The kit module
15+
itself is unchanged; this rides a kit patch bump so the shellcade-kit binary
16+
re-releases in lockstep.
17+
318
## 2.11.0
419

520
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kit",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"private": true,
55
"description": "Version management for the shellcade gamekit (Go module + CLI). Versions and changelogs are driven by changesets; binaries by GoReleaser.",
66
"scripts": {

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
[package]
1717
name = "shellcade-kit"
18-
version = "2.11.0"
18+
version = "2.11.1"
1919
edition = "2021"
2020
# #[unsafe(no_mangle)] (emitted by shellcade_game! so expansions survive
2121
# edition-2024 game crates) stabilized in 1.82.

0 commit comments

Comments
 (0)