diff --git a/.claude/skills/new-delve/SKILL.md b/.claude/skills/new-delve/SKILL.md index dd38d4a..28c8543 100644 --- a/.claude/skills/new-delve/SKILL.md +++ b/.claude/skills/new-delve/SKILL.md @@ -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) diff --git a/crates/compiler/Cargo.toml b/crates/compiler/Cargo.toml index 414788a..900aa1e 100644 --- a/crates/compiler/Cargo.toml +++ b/crates/compiler/Cargo.toml @@ -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" diff --git a/versions.toml b/versions.toml index 1c31278..dc03ecc 100644 --- a/versions.toml +++ b/versions.toml @@ -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`