Skip to content

chore: release - #278

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-07-23T16-54-15Z
Open

chore: release#278
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-07-23T16-54-15Z

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

🤖 New release

  • openjd-expr: 0.2.1 -> 0.3.0 (⚠ API breaking changes)
  • openjd-model: 0.4.0 -> 0.5.0 (✓ API compatible changes)
  • openjd-sessions: 0.4.0 -> 0.5.0 (✓ API compatible changes)
  • openjd-cli: 0.1.8 -> 0.1.9
  • openjd-snapshots: 0.1.5 -> 0.1.6 (✓ API compatible changes)

openjd-expr breaking changes

--- 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 start of struct IntRange, previously in file /tmp/.tmpEp9tK3/openjd-expr/src/range_expr.rs:97
  field end of struct IntRange, previously in file /tmp/.tmpEp9tK3/openjd-expr/src/range_expr.rs:98
  field step of struct IntRange, previously in file /tmp/.tmpEp9tK3/openjd-expr/src/range_expr.rs:99

--- failure struct_pub_field_now_doc_hidden: pub struct field is now #[doc(hidden)] ---

Description:
A pub field of a pub struct is now marked #[doc(hidden)] and is no longer part of the public API.
        ref: https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html#hidden
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/struct_pub_field_now_doc_hidden.ron

Failed in:
  field IntRange.start in file /tmp/.tmpLQbUsm/openjd-rs/crates/openjd-expr/src/range_expr.rs:102
  field IntRange.end in file /tmp/.tmpLQbUsm/openjd-rs/crates/openjd-expr/src/range_expr.rs:102
  field IntRange.step in file /tmp/.tmpLQbUsm/openjd-rs/crates/openjd-expr/src/range_expr.rs:102
Changelog

openjd-expr

0.3.0 - 2026-08-12

Bug fixes

  • Match spec behavior for identified float, string, and path differences (#305)

  • Preserve compatible unresolved targets (#300)

  • Stop target_type leaking into operand evaluation; accept 'any' target (#297)

  • [breaking] Enforce memory and operation limits before building large string outputs (#284)

Features

  • [breaking] Bounded range values, budgeted range equality, exact int/float comparison (#276)

openjd-model

0.5.0 - 2026-08-12

Bug fixes

  • Accept Task.File property access in format strings (#292)

Features

  • [breaking] Bounded range values, budgeted range equality, exact int/float comparison (#276)

Miscellaneous

  • Update serde-saphyr to 1.0.1 (#304)

openjd-sessions

0.5.0 - 2026-08-12

Bug fixes

  • Escape undecodable subprocess output bytes (#298)

  • PATHEXT-aware Windows executable resolution on both spawn paths (#286)

  • [breaking] Enforce memory and operation limits before building large string outputs (#284)

  • Close remaining RFC 0008 wrap-action gaps in hook scoping, cleanup, and preflight

Refactor

  • Simplify run lifecycle and wrap dispatch (#280)

openjd-cli

0.1.9 - 2026-08-12

Bug fixes

  • PATHEXT-aware Windows executable resolution on both spawn paths (#286)

  • Defer zero-duration chunk adjustment (#282)

  • Close remaining RFC 0008 wrap-action gaps in hook scoping, cleanup, and preflight

Miscellaneous

  • Update serde-saphyr to 1.0.1 (#304)

Refactor

  • Simplify run lifecycle and wrap dispatch (#280)

openjd-snapshots

0.1.6 - 2026-08-12

Miscellaneous

  • Update Cargo.lock dependencies


This PR was generated with release-plz.

@github-actions
github-actions Bot requested a review from a team as a code owner July 23, 2026 16:54
@github-actions
github-actions Bot force-pushed the release-plz-2026-07-23T16-54-15Z branch from e6524bf to 35b5fd7 Compare July 24, 2026 17:40
leongdl
leongdl previously approved these changes Jul 24, 2026
@github-actions
github-actions Bot force-pushed the release-plz-2026-07-23T16-54-15Z branch 6 times, most recently from 9014e56 to 393c5b6 Compare July 29, 2026 19:56
@github-actions
github-actions Bot force-pushed the release-plz-2026-07-23T16-54-15Z branch 5 times, most recently from 2e40c4f to 76aa965 Compare August 10, 2026 16:46
@github-actions
github-actions Bot force-pushed the release-plz-2026-07-23T16-54-15Z branch 3 times, most recently from 7aa4294 to 13f3dcd Compare August 12, 2026 17:17
@github-actions
github-actions Bot force-pushed the release-plz-2026-07-23T16-54-15Z branch from 13f3dcd to 6368c90 Compare August 12, 2026 18:08
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