Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .changeset/leaderboard-publishing-gate.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# kit

## 2.11.1

### Patch Changes

- 5ad4a27: shellcade-kit: make the leaderboard requirement an opt-in publishing gate
(`shellcade-kit check --require-leaderboard`) instead of a generic conformance
verdict.

The behavioral "posts on leave" verdict false-failed correct round-based games
(a mid-play leave is recorded at round settlement, not on the leave callback),
and a static "must declare a board" check inside generic conformance
false-fails the minimal test fixtures that declare no board. The kit module
itself is unchanged; this rides a kit patch bump so the shellcade-kit binary
re-releases in lockstep.

## 2.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kit",
"version": "2.11.0",
"version": "2.11.1",
"private": true,
"description": "Version management for the shellcade gamekit (Go module + CLI). Versions and changelogs are driven by changesets; binaries by GoReleaser.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

[package]
name = "shellcade-kit"
version = "2.11.0"
version = "2.11.1"
edition = "2021"
# #[unsafe(no_mangle)] (emitted by shellcade_game! so expansions survive
# edition-2024 game crates) stabilized in 1.82.
Expand Down
Loading