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
Contributor

🤖 New release

  • vihaco-derive: 0.1.1 -> 0.2.0
  • vihaco-parser-core: 0.1.1 -> 0.2.0 (✓ API compatible changes)
  • 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 ParsedModule.header in /tmp/.tmpt4OuEE/vihaco/crates/vihaco/src/syntax/types.rs:10

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself 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_missing.ron

Failed in:
  struct vihaco::loader::ProgramLoader, previously in file /tmp/.tmpVMYgY9/vihaco/src/loader.rs:11
  struct vihaco::ProgramLoader, previously in file /tmp/.tmpVMYgY9/vihaco/src/loader.rs:11
  struct vihaco::module::Module, previously in file /tmp/.tmpVMYgY9/vihaco/src/module.rs:7

--- 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 headers of struct ParsedModule, previously in file /tmp/.tmpVMYgY9/vihaco/src/syntax/types.rs:10

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself 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/trait_missing.ron

Failed in:
  trait vihaco::machine::GetProgramGlobal, previously in file /tmp/.tmpVMYgY9/vihaco/src/traits/machine.rs:90
Changelog

vihaco-derive

0.2.0 - 2026-07-17

Other

  • Refactor multi-section implementation (#37)
  • Multi-section bytecode support (#31)

vihaco-parser-core

0.2.0 - 2026-07-17

Other

  • Refactor multi-section implementation (#37)

vihaco

0.2.0 - 2026-07-17

Other

  • Refactor multi-section implementation (#37)
  • Multi-section bytecode support (#31)

vihaco-cpu

0.2.0 - 2026-07-17

Other

  • Refactor multi-section implementation (#37)
  • Multi-section bytecode support (#31)


This PR was generated with release-plz.

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor Author
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://QuEraComputing.github.io/vihaco/pr-preview/pr-36/

Built to branch gh-pages at 2026-07-09 14:28 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@kaihsin

kaihsin commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator

@robpatterson13 after you merge the #37 can you fix this? thx

@github-actions
github-actions Bot force-pushed the release-plz-2026-07-03T01-14-01Z branch from 0887522 to 6260478 Compare July 17, 2026 18:05
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