Skip to content

chore: release v0.2.0#18

Merged
andreiltd merged 1 commit intomainfrom
release-plz-2026-05-05T15-40-22Z
May 5, 2026
Merged

chore: release v0.2.0#18
andreiltd merged 1 commit intomainfrom
release-plz-2026-05-05T15-40-22Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 5, 2026

🤖 New release

  • componentize-qjs: 0.1.0 -> 0.2.0 (⚠ API breaking changes)
  • componentize-qjs-cli: 0.1.0 -> 0.2.0 (⚠ API breaking changes)

componentize-qjs breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ComponentizeOpts.runtime in /tmp/.tmp5PEaT9/componentize-qjs/crates/core/src/lib.rs:52

--- failure feature_missing: package feature removed or renamed ---

Description:
A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/feature_missing.ron

Failed in:
  feature optimize-size in the package's Cargo.toml

componentize-qjs-cli breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field CliArgs.opt_size in /tmp/.tmp5PEaT9/componentize-qjs/src/cli.rs:50
  field CliArgs.runtime in /tmp/.tmp5PEaT9/componentize-qjs/src/cli.rs:54
Changelog

componentize-qjs

0.2.0 - 2026-05-05

Bug Fixes

  • (deps) update rust dependencies (#9)
  • (deps) update rust dependencies to v44 (#14)
  • (ci) wire release asset publishing through release-plz (#4)

Features

  • add runtime optimized for size (#15)
  • switch from JS script to ES modules (#8)

componentize-qjs-cli

0.2.0 - 2026-05-05

Bug Fixes

  • (ci) fix release workflow permissions (#17)
  • (deps) update rust dependencies (#9)
  • (deps) update rust dependencies to v44 (#14)
  • (ci) pin actions (#6)
  • (ci) wire release asset publishing through release-plz (#4)

Features

  • add runtime optimized for size (#15)
  • switch from JS script to ES modules (#8)

Miscellaneous

  • (ci) add npm publish job (#16)
  • (deps) update dependency @napi-rs/cli to v3.6.2 (#10)
  • (deps) update dependency node to v24 (#12)
  • (deps) update github ci dependencies (#11)
  • (deps) update dependency vitest to v4 (#13)
  • (ci) add renovate bot config (#7)


This PR was generated with release-plz.

@andreiltd andreiltd merged commit b5603e7 into main May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant