Skip to content

Commit 5cd8b8c

Browse files
chore: release v0.2.1
1 parent 52fa048 commit 5cd8b8c

4 files changed

Lines changed: 19 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.1](https://github.com/andreiltd/componentize-qjs/compare/v0.2.0...v0.2.1) - 2026-05-08
11+
12+
### Features
13+
14+
- allow runtime builds without async support ([#19](https://github.com/andreiltd/componentize-qjs/pull/19))
15+
1016
## [0.2.0](https://github.com/andreiltd/componentize-qjs/compare/v0.1.0...v0.2.0) - 2026-05-05
1117

1218
### Bug Fixes

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ default-members = [".", "napi"]
44
resolver = "2"
55

66
[workspace.package]
7-
version = "0.2.0"
7+
version = "0.2.1"
88
edition = "2024"
99
rust-version = "1.94"
1010
license = "Apache-2.0"
1111
repository = "https://github.com/andreiltd/componentize-qjs"
1212
homepage = "https://github.com/andreiltd/componentize-qjs"
1313

1414
[workspace.dependencies]
15-
componentize-qjs = { path = "crates/core", version = "0.2.0", default-features = false }
16-
componentize-qjs-cli = { path = ".", version = "0.2.0", default-features = false }
15+
componentize-qjs = { path = "crates/core", version = "0.2.1", default-features = false }
16+
componentize-qjs-cli = { path = ".", version = "0.2.1", default-features = false }
1717
anyhow = "1.0"
1818
clap = { version = "4", features = ["derive"] }
1919
tokio = { version = "1", default-features = false, features = ["rt", "macros"] }

crates/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.1](https://github.com/andreiltd/componentize-qjs/compare/componentize-qjs-v0.2.0...componentize-qjs-v0.2.1) - 2026-05-08
11+
12+
### Features
13+
14+
- allow runtime builds without async support ([#19](https://github.com/andreiltd/componentize-qjs/pull/19))
15+
1016
## [0.2.0](https://github.com/andreiltd/componentize-qjs/compare/componentize-qjs-v0.1.0...componentize-qjs-v0.2.0) - 2026-05-05
1117

1218
### Bug Fixes

0 commit comments

Comments
 (0)