Skip to content

chore: release v0.2.0#36

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-07-03T01-14-01Z
Open

chore: release v0.2.0#36
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-07-03T01-14-01Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

🤖 New release

  • vihaco-derive: 0.1.1 -> 0.2.0
  • vihaco-parser-core: 0.1.1 -> 0.2.0
  • vihaco-parser: 0.1.1 -> 0.2.0
  • vihaco: 0.1.1 -> 0.2.0 (⚠ API breaking changes)
  • vihaco-cpu: 0.1.1 -> 0.2.0 (✓ API compatible changes)

vihaco 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.48.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ProgramLoader.code in /tmp/.tmpjcG7Vw/vihaco/crates/vihaco/src/loader.rs:161
  field ProgramLoader.context in /tmp/.tmpjcG7Vw/vihaco/crates/vihaco/src/loader.rs:162
  field ProgramLoader.extra in /tmp/.tmpjcG7Vw/vihaco/crates/vihaco/src/loader.rs:164
  field ProgramLoader.code in /tmp/.tmpjcG7Vw/vihaco/crates/vihaco/src/loader.rs:161
  field ProgramLoader.context in /tmp/.tmpjcG7Vw/vihaco/crates/vihaco/src/loader.rs:162
  field ProgramLoader.extra in /tmp/.tmpjcG7Vw/vihaco/crates/vihaco/src/loader.rs:164

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field module of struct ProgramLoader, previously in file /tmp/.tmpqPoezV/vihaco/src/loader.rs:12
  field module of struct ProgramLoader, previously in file /tmp/.tmpqPoezV/vihaco/src/loader.rs:12
Changelog

vihaco-derive

0.2.0 - 2026-07-03

Other

  • Multi-section bytecode support (#31)

vihaco

0.2.0 - 2026-07-03

Other

  • Multi-section bytecode support (#31)

vihaco-cpu

0.2.0 - 2026-07-03

Other

  • Multi-section bytecode support (#31)


This PR was generated with release-plz.

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.

0 participants