diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e2a56c9..87ad125 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "packages/flow-schema": "0.0.8", - "crates/wavekat-flow": "0.0.4" + "crates/wavekat-flow": "0.0.5" } diff --git a/Cargo.lock b/Cargo.lock index 5b9e18d..ba78fe9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1551,7 +1551,7 @@ dependencies = [ [[package]] name = "wavekat-flow" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "async-trait", diff --git a/crates/wavekat-flow/CHANGELOG.md b/crates/wavekat-flow/CHANGELOG.md index 5274a1d..b5a351b 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.5](https://github.com/wavekat/wavekat-flow/compare/wavekat-flow-v0.0.4...wavekat-flow-v0.0.5) (2026-07-21) + + +### Features + +* **engine:** add on_enter node-entry hook ([#37](https://github.com/wavekat/wavekat-flow/issues/37)) ([5bb37c1](https://github.com/wavekat/wavekat-flow/commit/5bb37c1d1809efaa25b91963002f3e2731a62fd0)) + ## [0.0.4](https://github.com/wavekat/wavekat-flow/compare/wavekat-flow-v0.0.3...wavekat-flow-v0.0.4) (2026-07-20) diff --git a/crates/wavekat-flow/Cargo.toml b/crates/wavekat-flow/Cargo.toml index 90d1b96..a8a4d71 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.4" +version = "0.0.5" edition.workspace = true license.workspace = true rust-version.workspace = true