Skip to content

chore: release#86

Merged
ZR233 merged 1 commit intomainfrom
release-plz-2026-04-15T02-06-51Z
Apr 15, 2026
Merged

chore: release#86
ZR233 merged 1 commit intomainfrom
release-plz-2026-04-15T02-06-51Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 15, 2026

🤖 New release

  • ostool: 0.13.0 -> 0.14.0 (⚠ API breaking changes)
  • ostool-server: 0.1.7 -> 0.1.8 (✓ API compatible changes)

ostool 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 CargoUbootRunnerArgs.uboot in /tmp/.tmpngmfRX/ostool/ostool/src/build/mod.rs:60
  field CargoUbootRunnerArgs.show_output in /tmp/.tmpngmfRX/ostool/ostool/src/build/mod.rs:62
  field CargoQemuRunnerArgs.qemu in /tmp/.tmpngmfRX/ostool/ostool/src/build/mod.rs:47
  field CargoQemuRunnerArgs.show_output in /tmp/.tmpngmfRX/ostool/ostool/src/build/mod.rs:53

--- failure derive_trait_impl_removed: built-in derived trait no longer implemented ---

Description:
A public type has stopped deriving one or more traits. This can break downstream code that depends on those types implementing those traits.
        ref: https://doc.rust-lang.org/reference/attributes/derive.html#derive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/derive_trait_impl_removed.ron

Failed in:
  type CargoUbootRunnerArgs no longer derives PartialEq, in /tmp/.tmpngmfRX/ostool/ostool/src/build/mod.rs:58
  type CargoUbootRunnerArgs no longer derives Eq, in /tmp/.tmpngmfRX/ostool/ostool/src/build/mod.rs:58

--- failure function_missing: pub fn removed or renamed ---

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

Failed in:
  function ostool::run::tftp::relative_tftp_filename, previously in file /tmp/.tmpzKUkGm/ostool/src/run/tftp.rs:149
  function ostool::run::tftp::ensure_linux_tftpd_hpa, previously in file /tmp/.tmpzKUkGm/ostool/src/run/tftp.rs:70
  function ostool::run::tftp::run_tftp_server, previously in file /tmp/.tmpzKUkGm/ostool/src/run/tftp.rs:162
  function ostool::run::tftp::stage_linux_fit_image, previously in file /tmp/.tmpzKUkGm/ostool/src/run/tftp.rs:139

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn 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.46.0/src/lints/inherent_method_missing.ron

Failed in:
  BoardRunConfig::default_path, previously in file /tmp/.tmpzKUkGm/ostool/src/board/config.rs:28
  BoardRunConfig::load_or_create, previously in file /tmp/.tmpzKUkGm/ostool/src/board/config.rs:35
  BoardRunConfig::resolve_server, previously in file /tmp/.tmpzKUkGm/ostool/src/board/config.rs:49
  BoardRunConfig::apply_overrides, previously in file /tmp/.tmpzKUkGm/ostool/src/board/config.rs:63
  Tool::build, previously in file /tmp/.tmpzKUkGm/ostool/src/build/mod.rs:140
  Tool::build_custom, previously in file /tmp/.tmpzKUkGm/ostool/src/build/mod.rs:155
  Tool::shell_run_cmd, previously in file /tmp/.tmpzKUkGm/ostool/src/tool.rs:121
  Tool::command, previously in file /tmp/.tmpzKUkGm/ostool/src/tool.rs:146
  Tool::set_elf_artifact_path, previously in file /tmp/.tmpzKUkGm/ostool/src/tool.rs:191
  Tool::set_elf_path, previously in file /tmp/.tmpzKUkGm/ostool/src/tool.rs:215
  Tool::objcopy_elf, previously in file /tmp/.tmpzKUkGm/ostool/src/tool.rs:220
  Tool::objcopy_output_bin, previously in file /tmp/.tmpzKUkGm/ostool/src/tool.rs:274
  Tool::prepare_build_config, previously in file /tmp/.tmpzKUkGm/ostool/src/tool.rs:341
  Tool::value_replace_with_var, previously in file /tmp/.tmpzKUkGm/ostool/src/tool.rs:376
  Tool::replace_value, previously in file /tmp/.tmpzKUkGm/ostool/src/tool.rs:383
  Tool::replace_string, previously in file /tmp/.tmpzKUkGm/ostool/src/tool.rs:391
  Tool::replace_path_variables, previously in file /tmp/.tmpzKUkGm/ostool/src/tool.rs:409
  Tool::ui_hooks, previously in file /tmp/.tmpzKUkGm/ostool/src/tool.rs:424
  Tool::run_qemu_with_layers, previously in file /tmp/.tmpzKUkGm/ostool/src/run/qemu.rs:214

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/method_parameter_count_changed.ron

Failed in:
  ostool::Tool::run_board now takes 3 parameters instead of 1, in /tmp/.tmpngmfRX/ostool/ostool/src/board/mod.rs:218
  ostool::Tool::cargo_run_board now takes 3 parameters instead of 2, in /tmp/.tmpngmfRX/ostool/ostool/src/board/mod.rs:228
  ostool::Tool::run_qemu now takes 2 parameters instead of 1, in /tmp/.tmpngmfRX/ostool/ostool/src/run/qemu.rs:215
  ostool::Tool::run_uboot now takes 2 parameters instead of 1, in /tmp/.tmpngmfRX/ostool/ostool/src/run/uboot.rs:341

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/module_missing.ron

Failed in:
  mod ostool::run::tftp, previously in file /tmp/.tmpzKUkGm/ostool/src/run/tftp.rs:1
  mod ostool::build::cargo_builder, previously in file /tmp/.tmpzKUkGm/ostool/src/build/cargo_builder.rs:1

--- 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.46.0/src/lints/struct_missing.ron

Failed in:
  struct ostool::run::uboot::RunUbootArgs, previously in file /tmp/.tmpzKUkGm/ostool/src/run/uboot.rs:280
  struct ostool::run::tftp::TftpdHpaConfig, previously in file /tmp/.tmpzKUkGm/ostool/src/run/tftp.rs:34
  struct ostool::board::RunBoardArgs, previously in file /tmp/.tmpzKUkGm/ostool/src/board/mod.rs:30
  struct ostool::build::CargoQemuAppendArgs, previously in file /tmp/.tmpzKUkGm/ostool/src/build/mod.rs:62
  struct ostool::run::tftp::LinuxTftpPrepared, previously in file /tmp/.tmpzKUkGm/ostool/src/run/tftp.rs:26
  struct ostool::build::cargo_builder::CargoBuilder, previously in file /tmp/.tmpzKUkGm/ostool/src/build/cargo_builder.rs:45
  struct ostool::build::CargoQemuOverrideArgs, previously in file /tmp/.tmpzKUkGm/ostool/src/build/mod.rs:45
  struct ostool::run::qemu::RunQemuArgs, previously in file /tmp/.tmpzKUkGm/ostool/src/run/qemu.rs:134

--- 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.46.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field uboot_config of struct CargoUbootRunnerArgs, previously in file /tmp/.tmpzKUkGm/ostool/src/build/mod.rs:92
  field qemu_config of struct CargoQemuRunnerArgs, previously in file /tmp/.tmpzKUkGm/ostool/src/build/mod.rs:75
  field default_args of struct CargoQemuRunnerArgs, previously in file /tmp/.tmpzKUkGm/ostool/src/build/mod.rs:81
  field append_args of struct CargoQemuRunnerArgs, previously in file /tmp/.tmpzKUkGm/ostool/src/build/mod.rs:83
  field override_args of struct CargoQemuRunnerArgs, previously in file /tmp/.tmpzKUkGm/ostool/src/build/mod.rs:85
Changelog

ostool

0.14.0 - 2026-04-15

Other

  • (ostool) CargoRunnerKind and clean up cargo_run calls (#87)
  • (ostool) improve api (#85)

ostool-server

0.1.8 - 2026-04-15

Other

  • (ostool) CargoRunnerKind and clean up cargo_run calls (#87)


This PR was generated with release-plz.

@github-actions github-actions Bot changed the title chore(ostool): release v0.14.0 chore: release Apr 15, 2026
@github-actions github-actions Bot force-pushed the release-plz-2026-04-15T02-06-51Z branch from 6bd675e to 4113fd3 Compare April 15, 2026 02:20
@ZR233 ZR233 merged commit 1addae6 into main Apr 15, 2026
@ZR233 ZR233 deleted the release-plz-2026-04-15T02-06-51Z branch April 15, 2026 02:21
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