Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ 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"
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"] }
Expand Down
6 changes: 6 additions & 0 deletions crates/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down