Skip to content

chore: release - #220

Merged
epmog merged 1 commit into
mainfrom
release-plz-2026-06-10T20-48-20Z
Jun 30, 2026
Merged

chore: release#220
epmog merged 1 commit into
mainfrom
release-plz-2026-06-10T20-48-20Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • openjd-model: 0.2.1 -> 0.3.0 (⚠ API breaking changes)
  • openjd-sessions: 0.2.3 -> 0.3.0 (⚠ API breaking changes)
  • openjd-cli: 0.1.4 -> 0.1.5
  • openjd-snapshots: 0.1.2 -> 0.1.3 (✓ API compatible changes)

openjd-model 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 EnvironmentActions.on_wrap_env_enter in /tmp/.tmp0Ajqmx/openjd-rs/crates/openjd-model/src/template/actions.rs:91
  field EnvironmentActions.on_wrap_task_run in /tmp/.tmp0Ajqmx/openjd-rs/crates/openjd-model/src/template/actions.rs:94
  field EnvironmentActions.on_wrap_env_exit in /tmp/.tmp0Ajqmx/openjd-rs/crates/openjd-model/src/template/actions.rs:97
  field EnvironmentActions.on_wrap_env_enter in /tmp/.tmp0Ajqmx/openjd-rs/crates/openjd-model/src/job/mod.rs:119
  field EnvironmentActions.on_wrap_task_run in /tmp/.tmp0Ajqmx/openjd-rs/crates/openjd-model/src/job/mod.rs:122
  field EnvironmentActions.on_wrap_env_exit in /tmp/.tmp0Ajqmx/openjd-rs/crates/openjd-model/src/job/mod.rs:125

openjd-sessions breaking changes

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

Failed in:
  openjd_sessions::session::Session::run_task takes 4 parameters in /tmp/.tmpwq9PlH/openjd-sessions/src/session.rs:1163, but now takes 5 parameters in /tmp/.tmp0Ajqmx/openjd-rs/crates/openjd-sessions/src/session.rs:1258
  openjd_sessions::Session::run_task takes 4 parameters in /tmp/.tmpwq9PlH/openjd-sessions/src/session.rs:1163, but now takes 5 parameters in /tmp/.tmp0Ajqmx/openjd-rs/crates/openjd-sessions/src/session.rs:1258
Changelog

openjd-model

0.3.0 - 2026-06-29

Features

  • Implementation for RFC008 Wrap Actions Comments

  • Implement RFC 0008 WRAP_ACTIONS extension

openjd-sessions

0.3.0 - 2026-06-29

Bug fixes

  • Resolve Windows Send bound and WASM extension-count test failures

Features

  • Implement RFC 0008 WRAP_ACTIONS extension

  • Add support for domain users (#219)

openjd-cli

0.1.5 - 2026-06-29

Features

  • Implementation for RFC008 Wrap Actions Comments

  • Implement RFC 0008 WRAP_ACTIONS extension

openjd-snapshots

0.1.3 - 2026-06-29

Features

  • Add opt-in parallel UploadPartCopy to S3DataCache copy from (#225)


This PR was generated with release-plz.

@github-actions
github-actions Bot requested a review from a team as a code owner June 10, 2026 20:48
@github-actions
github-actions Bot force-pushed the release-plz-2026-06-10T20-48-20Z branch from 941bdf1 to ff60d0a Compare June 10, 2026 21:18
leongdl
leongdl previously approved these changes Jun 11, 2026
@github-actions
github-actions Bot force-pushed the release-plz-2026-06-10T20-48-20Z branch 6 times, most recently from c008dc2 to cac981b Compare June 23, 2026 03:43
@github-actions
github-actions Bot force-pushed the release-plz-2026-06-10T20-48-20Z branch 6 times, most recently from 78ee2ec to 5bf03dd Compare June 29, 2026 18:26
@github-actions
github-actions Bot force-pushed the release-plz-2026-06-10T20-48-20Z branch from 5bf03dd to 1473e4b Compare June 29, 2026 18:55
@epmog
epmog enabled auto-merge (squash) June 30, 2026 22:21
@epmog
epmog merged commit db5c95c into main Jun 30, 2026
22 checks passed
@epmog
epmog deleted the release-plz-2026-06-10T20-48-20Z branch June 30, 2026 22:43
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.

3 participants