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
2 changes: 1 addition & 1 deletion .claude/skills/new-delve/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Generate a complete playable Minecraft delve from a creative prompt
version: 1.1.0
requires:
delvec: ">=1.0.0 <2.0.0"
verified_with: 1.0.0
verified_with: 1.1.0
---

# /new-delve — the Delvewright generation front-end (ADR-0012)
Expand Down
2 changes: 1 addition & 1 deletion crates/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "delvec"
# storybook markers and the skill's `verified_with`. check-versions.sh binds it
# to `[engine] version` in versions.toml, and release.yml refuses a `v*` tag
# whose name disagrees with it.
version = "1.0.0"
version = "1.1.0"
edition = "2024"
# See the note in crates/dsl/Cargo.toml: the toolchain we actually build on.
rust-version = "1.97.1"
Expand Down
2 changes: 1 addition & 1 deletion versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ mineflayer = "4.37.1"
# tools/build-release-binaries.sh + tools/check-publishable.sh (which hold NO
# copy of any value here — they read this file, the way
# validation/server-bootstrap-cache.sh does).
version = "1.0.0"
version = "1.1.0"

# crates.io identity. `cargo install` resolves by CRATE name, never by binary
# name, so the package had to BE `delvec` — `cargo install delvewright-compiler`
Expand Down
Loading