From d5986e555fb2243b2e681f3ef303208fa61558f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 19:59:11 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20release=20Hatch=20Koala=20=C2=B7=20v0.?= =?UTF-8?q?4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/CHANGELOG.md | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e76a4a..3f1854e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "shell-js" -version = "0.3.0" +version = "0.4.0" diff --git a/Cargo.toml b/Cargo.toml index e7808a2..af0cc18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shell-js" -version = "0.3.0" +version = "0.4.0" edition = "2024" license = "MIT" description = "Optional WebAssembly accelerator for shell.js" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3c88d7e..df38df8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0](https://github.com/keys-i/shell.js/compare/v0.3.0...v0.4.0) - 2026-08-15 + +### Added + +- consume standalone Krad Wasm + +### Fixed + +- harden runtime conformance + +### Other + +- Merge main into runtime + ### Added - add a verified standalone Krad WebAssembly command