diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c9d01f5..39ce9d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/flow-schema": "0.0.11", - "crates/wavekat-flow": "0.0.8" + "packages/flow-schema": "0.0.12", + "crates/wavekat-flow": "0.0.9" } diff --git a/Cargo.lock b/Cargo.lock index 1d229d7..158be73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1551,7 +1551,7 @@ dependencies = [ [[package]] name = "wavekat-flow" -version = "0.0.8" +version = "0.0.9" dependencies = [ "anyhow", "async-trait", diff --git a/crates/wavekat-flow/CHANGELOG.md b/crates/wavekat-flow/CHANGELOG.md index efa6916..ea404cb 100644 --- a/crates/wavekat-flow/CHANGELOG.md +++ b/crates/wavekat-flow/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.9](https://github.com/wavekat/wavekat-flow/compare/wavekat-flow-v0.0.8...wavekat-flow-v0.0.9) (2026-08-10) + + +### Features + +* **book:** enumerate a vocabulary on any grid ([#46](https://github.com/wavekat/wavekat-flow/issues/46)) ([2eaf65a](https://github.com/wavekat/wavekat-flow/commit/2eaf65ad6e59972e712a8a9e487783b31a951f30)) + ## [0.0.8](https://github.com/wavekat/wavekat-flow/compare/wavekat-flow-v0.0.7...wavekat-flow-v0.0.8) (2026-08-10) diff --git a/crates/wavekat-flow/Cargo.toml b/crates/wavekat-flow/Cargo.toml index d679cc0..40de6a7 100644 --- a/crates/wavekat-flow/Cargo.toml +++ b/crates/wavekat-flow/Cargo.toml @@ -2,7 +2,7 @@ name = "wavekat-flow" # Literal (not workspace-inherited) so release-please's Cargo updater can # bump it — the cargo-workspace plugin doesn't rewrite [workspace.package]. -version = "0.0.8" +version = "0.0.9" edition.workspace = true license.workspace = true rust-version.workspace = true diff --git a/packages/flow-schema/CHANGELOG.md b/packages/flow-schema/CHANGELOG.md index f0cc4ef..42bfdd2 100644 --- a/packages/flow-schema/CHANGELOG.md +++ b/packages/flow-schema/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.12](https://github.com/wavekat/wavekat-flow/compare/flow-schema-v0.0.11...flow-schema-v0.0.12) (2026-08-10) + + +### Features + +* **book:** enumerate a vocabulary on any grid ([#46](https://github.com/wavekat/wavekat-flow/issues/46)) ([2eaf65a](https://github.com/wavekat/wavekat-flow/commit/2eaf65ad6e59972e712a8a9e487783b31a951f30)) + ## [0.0.11](https://github.com/wavekat/wavekat-flow/compare/flow-schema-v0.0.10...flow-schema-v0.0.11) (2026-08-10) diff --git a/packages/flow-schema/package.json b/packages/flow-schema/package.json index 704a6d9..187505f 100644 --- a/packages/flow-schema/package.json +++ b/packages/flow-schema/package.json @@ -1,6 +1,6 @@ { "name": "@wavekat/flow-schema", - "version": "0.0.11", + "version": "0.0.12", "description": "TypeScript model, JSON Schema, and structural validator for the WaveKat call-flow (\"Receptionist\") format. Types are generated from the normative schema at ../../schema/flow.v1.schema.json.", "type": "module", "license": "Apache-2.0",