From eb80c477f245de93a07378ef2c5d5c78bcbb39b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 09:53:00 +0000 Subject: [PATCH] chore: release v0.4.4 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 8 ++++---- Cargo.toml | 6 +++--- crates/core/CHANGELOG.md | 6 ++++++ 4 files changed, 25 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cedb75..3333593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.4](https://github.com/andreiltd/componentize-qjs/compare/v0.4.3...v0.4.4) - 2026-08-12 + +### Bug Fixes + +- *(deps)* update rust dependencies ([#73](https://github.com/andreiltd/componentize-qjs/pull/73)) + +### Miscellaneous + +- *(deps)* update dependency @napi-rs/cli to v3.8.6 ([#74](https://github.com/andreiltd/componentize-qjs/pull/74)) +- *(deps)* update github ci dependencies ([#72](https://github.com/andreiltd/componentize-qjs/pull/72)) +- *(deps)* update dtolnay/rust-toolchain digest to 4360b52 ([#71](https://github.com/andreiltd/componentize-qjs/pull/71)) + ## [0.4.3](https://github.com/andreiltd/componentize-qjs/compare/v0.4.2...v0.4.3) - 2026-07-25 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index b353ab2..85e9603 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -429,7 +429,7 @@ dependencies = [ [[package]] name = "componentize-qjs" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "bytes", @@ -452,7 +452,7 @@ dependencies = [ [[package]] name = "componentize-qjs-cli" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "assert_cmd", @@ -474,7 +474,7 @@ dependencies = [ [[package]] name = "componentize-qjs-napi" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "clap", @@ -488,7 +488,7 @@ dependencies = [ [[package]] name = "componentize-qjs-runtime" -version = "0.4.3" +version = "0.4.4" dependencies = [ "heck", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index cccd0fa..461db6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members = [".", "napi"] resolver = "2" [workspace.package] -version = "0.4.3" +version = "0.4.4" edition = "2024" rust-version = "1.94" license = "Apache-2.0" @@ -12,8 +12,8 @@ repository = "https://github.com/andreiltd/componentize-qjs" homepage = "https://github.com/andreiltd/componentize-qjs" [workspace.dependencies] -componentize-qjs = { path = "crates/core", version = "0.4.3", default-features = false } -componentize-qjs-cli = { path = ".", version = "0.4.3", default-features = false } +componentize-qjs = { path = "crates/core", version = "0.4.4", default-features = false } +componentize-qjs-cli = { path = ".", version = "0.4.4", default-features = false } anyhow = "1.0" clap = { version = "4", features = ["derive"] } tokio = { version = "1", default-features = false, features = ["rt", "macros"] } diff --git a/crates/core/CHANGELOG.md b/crates/core/CHANGELOG.md index 1cace00..c17cec5 100644 --- a/crates/core/CHANGELOG.md +++ b/crates/core/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.4](https://github.com/andreiltd/componentize-qjs/compare/componentize-qjs-v0.4.3...componentize-qjs-v0.4.4) - 2026-08-12 + +### Bug Fixes + +- *(deps)* update rust dependencies ([#73](https://github.com/andreiltd/componentize-qjs/pull/73)) + ## [0.4.3](https://github.com/andreiltd/componentize-qjs/compare/componentize-qjs-v0.4.2...componentize-qjs-v0.4.3) - 2026-07-25 ### Bug Fixes