Skip to content

Comments

chore(release): prepare for publishing#1075

Open
devolutionsbot wants to merge 1 commit intomasterfrom
release-plz/2026-01-13T16-47-19Z
Open

chore(release): prepare for publishing#1075
devolutionsbot wants to merge 1 commit intomasterfrom
release-plz/2026-01-13T16-47-19Z

Conversation

@devolutionsbot
Copy link
Contributor

@devolutionsbot devolutionsbot commented Jan 13, 2026

🤖 New release

  • iron-remote-desktop: 0.7.0 -> 0.8.0 (⚠ API breaking changes)
  • ironrdp-error: 0.1.3 -> 0.2.0 (⚠ API breaking changes)
  • ironrdp-pdu: 0.7.0 -> 0.7.1 (✓ API compatible changes)
  • ironrdp-svc: 0.6.0 -> 0.6.1 (✓ API compatible changes)
  • ironrdp-connector: 0.8.0 -> 0.9.0 (⚠ API breaking changes)
  • ironrdp-cliprdr: 0.5.0 -> 0.6.0 (⚠ API breaking changes)
  • ironrdp-dvc: 0.5.0 -> 0.5.1 (✓ API compatible changes)
  • ironrdp-graphics: 0.7.0 -> 0.7.1 (✓ API compatible changes)
  • ironrdp-tokio: 0.8.0 -> 0.8.1 (✓ API compatible changes)
  • ironrdp-server: 0.10.0 -> 0.11.0 (⚠ API breaking changes)
  • ironrdp-session: 0.8.0 -> 0.9.0 (⚠ API breaking changes)
  • ironrdp: 0.14.0 -> 0.14.1 (✓ API compatible changes)
  • ironrdp-rdpsnd-native: 0.5.0 -> 0.5.1 (✓ API compatible changes)
  • ironrdp-dvc-com-plugin: 0.1.0
  • ironrdp-rdpdr-native: 0.5.0 -> 0.5.1 (✓ API compatible changes)
  • ironrdp-core: 0.1.5 -> 0.1.6
  • ironrdp-async: 0.8.0 -> 0.8.1
  • ironrdp-acceptor: 0.8.0 -> 0.8.1
  • ironrdp-rdpdr: 0.5.0 -> 0.5.1
  • ironrdp-blocking: 0.8.0 -> 0.8.1
  • ironrdp-cliprdr-native: 0.5.0 -> 0.5.1

iron-remote-desktop breaking changes

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.44.0/src/lints/trait_method_added.ron

Failed in:
  trait method iron_remote_desktop::IronError::rdcleanpath_details in file /tmp/.tmp8WXXip/IronRDP/crates/iron-remote-desktop/src/error.rs:33

ironrdp-error 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.44.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field context of struct Error, previously in file /tmp/.tmp8dsony/ironrdp-error/src/lib.rs:26
  field kind of struct Error, previously in file /tmp/.tmp8dsony/ironrdp-error/src/lib.rs:27

--- 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.44.0/src/lints/struct_pub_field_now_doc_hidden.ron

Failed in:
  field Error.context in file /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-error/src/lib.rs:25
  field Error.kind in file /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-error/src/lib.rs:25

ironrdp-connector 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.44.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ConnectionResult.compression_type in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-connector/src/connection.rs:31
  field Config.alternate_shell in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-connector/src/lib.rs:215
  field Config.work_dir in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-connector/src/lib.rs:217
  field Config.compression_type in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-connector/src/lib.rs:253
  field Config.multitransport_flags in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-connector/src/lib.rs:263

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.44.0/src/lints/enum_variant_added.ron

Failed in:
  variant IoChannelPdu:MultitransportRequest in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-connector/src/legacy.rs:172

ironrdp-cliprdr breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.44.0/src/lints/enum_variant_added.ron

Failed in:
  variant ClipboardMessage:SendLockClipboard in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-cliprdr/src/backend.rs:39
  variant ClipboardMessage:SendUnlockClipboard in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-cliprdr/src/backend.rs:44
  variant ClipboardMessage:SendFileContentsRequest in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-cliprdr/src/backend.rs:49
  variant ClipboardMessage:SendFileContentsResponse in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-cliprdr/src/backend.rs:54

ironrdp-server breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.44.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type ServerEvent is no longer Sync, in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-server/src/server.rs:246

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

Failed in:
  field ColorPointer.cache_index in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-server/src/display.rs:55
  field RGBAPointer.cache_index in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-server/src/display.rs:33
  field RdpServerOptions.max_request_size in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-server/src/server.rs:46

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.44.0/src/lints/enum_variant_added.ron

Failed in:
  variant ServerEvent:Echo in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-server/src/server.rs:250
  variant ServerEvent:Egfx in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-server/src/server.rs:254
  variant DisplayUpdate:CachedPointer in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-server/src/display.rs:28

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

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.44.0/src/lints/method_parameter_count_changed.ron

Failed in:
  ironrdp_server::RdpServer::new now takes 6 parameters instead of 5, in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-server/src/server.rs:275

ironrdp-session 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.44.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ProcessorBuilder.bulk_decompressor in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-session/src/fast_path.rs:514

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.44.0/src/lints/enum_variant_added.ron

Failed in:
  variant ProcessorOutput:MultitransportRequest in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-session/src/x224/mod.rs:35
  variant ActiveStageOutput:MultitransportRequest in /tmp/.tmp8WXXip/IronRDP/crates/ironrdp-session/src/active_stage.rs:306
Changelog

iron-remote-desktop

[0.8.0] - 2026-02-22

Features

  • Expose granular RDCleanPath error details (#1117) (2911124e8f)

    Add RDCleanPathDetails struct to provide detailed error information for
    RDCleanPath errors, including HTTP status codes, WSA error codes, and
    TLS alert codes.

    Allows the web client to distinguish between different types of network
    errors (say, WSAEACCES/10013) instead of showing a generic RDCleanpath
    error message.

ironrdp-error

[0.2.0] - 2026-02-22

Bug Fixes

ironrdp-pdu

[0.7.1] - 2026-02-22

Features

  • Add Initiate Multitransport Request/Response PDU types (#1091) (5a50f4099b)

    Add MultitransportRequestPdu and MultitransportResponsePdu types for the
    sideband UDP transport bootstrapping PDUs defined in MS-RDPBCGR
    2.2.15.1 and 2.2.15.2. Needed to decode/encode the IO channel messages that
    initiate UDP transport setup.

ironrdp-svc

[0.6.1] - 2026-02-22

Features

  • Add SvcMessage::encode_unframed_pdu for headerless encoding (#1093) (a21378e16a)

ironrdp-connector

[0.9.0] - 2026-02-22

Security

  • Add alternate_shell and work_dir configuration support (#1095) (a33d27fe67)

    Add support for configuring alternate_shell and work_dir fields in
    ClientInfoPdu, which are used by:

    • CyberArk PSM (Privileged Session Manager) for session tokens
    • Remote application scenarios (RemoteApp)
    • Custom shell configurations
  • Dispatch multitransport PDUs on IO channel (#1096) (7853e3cc6f)

    decode_io_channel() assumes all IO channel PDUs begin with
    aShareControlHeader. Multitransport Request PDUs use a
    BasicSecurityHeader with SEC_TRANSPORT_REQ instead ([MS-RDPBCGR]
    2.2.15.1).

    This adds a peek-based dispatch: check the first u16
    forTRANSPORT_REQ, decode as MultitransportRequestPdu if set,
    otherwise fall through to the existing decode_share_control() path
    unchanged.

    The new variant is propagated through ProcessorOutput and
    'ActiveStageOutput` so applications can handle multitransport requests.
    Client and web consumers log the request (no UDP transport yet).

Features

  • Add bulk compression and wire negotiation (ebf5da5f33)

    • add ironrdp-bulk crate with MPPC/NCRUSH/XCRUSH, bitstream, benches, and metrics
    • advertise compression in Client Info and plumb compression_type through connector
    • decode compressed FastPath/ShareData updates using BulkCompressor
    • update CLI to numeric compression flags (enabled by default, level 0-3)
    • extend screenshot example with compression options and negotiated logging
    • refresh tests, FFI/web configs, typos, and Cargo.lock
  • Advertise multitransport channel in GCC blocks (#1092) (4f5fdd3628)

    Add multitransport_flags config option to populate the
    MultiTransportChannelData GCC block during connection negotiation.
    When None (the default), behavior is unchanged.

Bug Fixes

Performance

ironrdp-cliprdr

[0.6.0] - 2026-02-22

Features

  • Add clipboard data locking methods (#1064) (58c3df84bb)

    Per [MS-RDPECLIP sections 2.2.4.6 and 2.2.4.7][lock-spec], the Local
    Clipboard
    Owner may lock the Shared Clipboard Owner's clipboard data before
    requesting
    file contents to ensure data stability during multi-request transfers.

    This enables server implementations to safely request file data from
    clients
    when handling clipboard paste operations.

ironrdp-dvc

[0.5.1] - 2026-02-22

Features

ironrdp-graphics

[0.7.1] - 2026-02-22

Features

  • Add segment wrapping utilities (#1076) (5fa4964807)

    Adds ZGFX segment wrapping utilities for encoding data in RDP8 format.

  • Add LZ77 compression support (#1097) (48715483a3)

    Adds ZGFX (RDP8) LZ77 compression to complement the existing
    decompressor, plus a high-level API for EGFX PDU preparation with
    auto/always/never mode selection.

    The compressor uses a hash table mapping 3-byte prefixes to history
    positions for O(1) match candidate lookup against the 2.5 MB sliding
    window.

Bug Fixes

ironrdp-tokio

[0.8.1] - 2026-02-22

Security

  • Add DVC COM plugin loader for native Windows DVC client plugins (9c987bcb40)

    Implements support for loading and using native Windows Dynamic Virtual
    Channel (DVC) client plugin DLLs through the COM-based IWTSPlugin API.
    This enables IronRDP to leverage existing Windows DVC plugins such as
    webauthn.dll for hardware security key support via RDP.

    New crate: ironrdp-dvc-com-plugin

    • Implements IWTSVirtualChannelManager and IWTSVirtualChannel COM interfaces
    • Manages plugin lifecycle on dedicated COM worker thread
    • Handles channel open/close/reopen cycles with per-instance write callbacks
    • Properly bridges between COM synchronous calls and IronRDP's async runtime

    Client integration:

    • Add --dvc-plugin CLI argument to ironrdp-client
    • Load plugins in both TCP and WebSocket connection paths
    • Windows-only conditional compilation for cross-platform builds

    Additional fixes:

    • Fix pre-existing crash in ironrdp-tokio KDC handler on 64-bit Windows
      (usize to u32 conversion in reqwest.rs)
    • Add proper error handling using try_from instead of unsafe as casts
    • All changes pass cargo fmt and cargo clippy with strict pedantic lints

    Tested with: C:\Windows\System32\webauthn.dll

ironrdp-server

[0.11.0] - 2026-02-22

Features

  • Add clipboard data locking methods (#1064) (58c3df84bb)

    Per [MS-RDPECLIP sections 2.2.4.6 and 2.2.4.7][lock-spec], the Local
    Clipboard
    Owner may lock the Shared Clipboard Owner's clipboard data before
    requesting
    file contents to ensure data stability during multi-request transfers.

    This enables server implementations to safely request file data from
    clients
    when handling clipboard paste operations.

ironrdp-session

[0.9.0] - 2026-02-22

Security

  • Dispatch multitransport PDUs on IO channel (#1096) (7853e3cc6f)

    decode_io_channel() assumes all IO channel PDUs begin with
    aShareControlHeader. Multitransport Request PDUs use a
    BasicSecurityHeader with SEC_TRANSPORT_REQ instead ([MS-RDPBCGR]
    2.2.15.1).

    This adds a peek-based dispatch: check the first u16
    forTRANSPORT_REQ, decode as MultitransportRequestPdu if set,
    otherwise fall through to the existing decode_share_control() path
    unchanged.

    The new variant is propagated through ProcessorOutput and
    'ActiveStageOutput` so applications can handle multitransport requests.
    Client and web consumers log the request (no UDP transport yet).

Features

  • Add bulk compression and wire negotiation (ebf5da5f33)

    • add ironrdp-bulk crate with MPPC/NCRUSH/XCRUSH, bitstream, benches, and metrics
    • advertise compression in Client Info and plumb compression_type through connector
    • decode compressed FastPath/ShareData updates using BulkCompressor
    • update CLI to numeric compression flags (enabled by default, level 0-3)
    • extend screenshot example with compression options and negotiated logging
    • refresh tests, FFI/web configs, typos, and Cargo.lock

Bug Fixes

ironrdp

[0.14.1] - 2026-02-22

Security

  • Add alternate_shell and work_dir configuration support (#1095) (a33d27fe67)

    Add support for configuring alternate_shell and work_dir fields in
    ClientInfoPdu, which are used by:

    • CyberArk PSM (Privileged Session Manager) for session tokens
    • Remote application scenarios (RemoteApp)
    • Custom shell configurations

Features

  • Add bulk compression and wire negotiation (ebf5da5f33)

    • add ironrdp-bulk crate with MPPC/NCRUSH/XCRUSH, bitstream, benches, and metrics
    • advertise compression in Client Info and plumb compression_type through connector
    • decode compressed FastPath/ShareData updates using BulkCompressor
    • update CLI to numeric compression flags (enabled by default, level 0-3)
    • extend screenshot example with compression options and negotiated logging
    • refresh tests, FFI/web configs, typos, and Cargo.lock
  • Advertise multitransport channel in GCC blocks (#1092) (4f5fdd3628)

    Add multitransport_flags config option to populate the
    MultiTransportChannelData GCC block during connection negotiation.
    When None (the default), behavior is unchanged.

  • Implement ECHO virtual channel (#1109) (6f6496ad29)

ironrdp-rdpsnd-native

[0.5.1] - 2026-02-22

Build

ironrdp-dvc-com-plugin

[0.1.0] - 2026-02-22

Security

  • Add DVC COM plugin loader for native Windows DVC client plugins (9c987bcb40)

    Implements support for loading and using native Windows Dynamic Virtual
    Channel (DVC) client plugin DLLs through the COM-based IWTSPlugin API.
    This enables IronRDP to leverage existing Windows DVC plugins such as
    webauthn.dll for hardware security key support via RDP.

    New crate: ironrdp-dvc-com-plugin

    • Implements IWTSVirtualChannelManager and IWTSVirtualChannel COM interfaces
    • Manages plugin lifecycle on dedicated COM worker thread
    • Handles channel open/close/reopen cycles with per-instance write callbacks
    • Properly bridges between COM synchronous calls and IronRDP's async runtime

    Client integration:

    • Add --dvc-plugin CLI argument to ironrdp-client
    • Load plugins in both TCP and WebSocket connection paths
    • Windows-only conditional compilation for cross-platform builds

    Additional fixes:

    • Fix pre-existing crash in ironrdp-tokio KDC handler on 64-bit Windows
      (usize to u32 conversion in reqwest.rs)
    • Add proper error handling using try_from instead of unsafe as casts
    • All changes pass cargo fmt and cargo clippy with strict pedantic lints

    Tested with: C:\Windows\System32\webauthn.dll

ironrdp-rdpdr-native

[0.5.1] - 2026-02-22

Build


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 75264f1 to 4170c6a Compare January 13, 2026 16:47
@github-actions
Copy link

github-actions bot commented Jan 13, 2026

Coverage Report 🤖 ⚙️

Past:
Total lines: 36474
Covered lines: 23738 (65.08%)

New:
Total lines: 36474
Covered lines: 23738 (65.08%)

Diff: +0.00%

[this comment will be updated automatically]

@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 4170c6a to 7b484a3 Compare January 13, 2026 17:04
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 7b484a3 to 92e7d47 Compare January 13, 2026 17:04
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 92e7d47 to c0b9f17 Compare January 13, 2026 17:38
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from c0b9f17 to 35dace6 Compare January 13, 2026 17:38
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 35dace6 to 1964a54 Compare January 13, 2026 17:44
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 1964a54 to 62d5833 Compare January 13, 2026 17:44
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 62d5833 to 53bf6d9 Compare January 13, 2026 18:03
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 53bf6d9 to 7b96770 Compare January 13, 2026 18:03
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 7b96770 to 8b806f3 Compare January 16, 2026 20:32
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 8b806f3 to 46686b5 Compare January 16, 2026 20:33
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 46686b5 to b7e8a11 Compare January 19, 2026 20:12
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from b7e8a11 to 74a0d82 Compare January 19, 2026 20:13
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 74a0d82 to 346803f Compare January 20, 2026 14:56
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 346803f to 59cd5bc Compare January 20, 2026 14:56
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 59cd5bc to b801fe6 Compare January 20, 2026 15:58
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from b801fe6 to 1bab4d0 Compare January 20, 2026 15:58
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 1bab4d0 to 1c03a2c Compare January 28, 2026 13:17
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 1c03a2c to 2dd7b9e Compare January 28, 2026 13:17
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 2dd7b9e to 93ceb96 Compare January 28, 2026 13:32
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 93ceb96 to 81b5846 Compare January 28, 2026 13:32
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 81b5846 to 2f9048b Compare February 3, 2026 11:38
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 2f9048b to 9eb5685 Compare February 3, 2026 11:38
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 9eb5685 to 81becbd Compare February 9, 2026 20:31
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 81becbd to a1f7a51 Compare February 9, 2026 20:31
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from a1f7a51 to 0f265c4 Compare February 10, 2026 21:56
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 0f265c4 to 955672b Compare February 10, 2026 21:56
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 955672b to 4882c33 Compare February 12, 2026 13:52
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 4882c33 to 964c9eb Compare February 12, 2026 13:52
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from b9d39e7 to 40ec513 Compare February 17, 2026 16:05
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 40ec513 to 7e3506c Compare February 17, 2026 16:05
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 7e3506c to 38fba1a Compare February 17, 2026 17:04
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 38fba1a to b95b308 Compare February 17, 2026 17:04
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from b95b308 to 74f2e98 Compare February 17, 2026 18:27
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 74f2e98 to 984e765 Compare February 17, 2026 18:27
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 984e765 to 930163d Compare February 17, 2026 18:40
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 930163d to cbb54a1 Compare February 17, 2026 18:40
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from cbb54a1 to 6833d58 Compare February 17, 2026 19:52
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 6833d58 to dc9b58f Compare February 17, 2026 19:52
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch 2 times, most recently from 3579d3c to 20937ad Compare February 18, 2026 07:30
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 20937ad to ce3831a Compare February 18, 2026 07:30
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from ce3831a to 99c7ef8 Compare February 18, 2026 12:13
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 99c7ef8 to a79f748 Compare February 18, 2026 12:13
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from a79f748 to 20e887f Compare February 18, 2026 12:25
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 20e887f to 80c60e3 Compare February 18, 2026 12:25
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 80c60e3 to b62b41a Compare February 18, 2026 12:36
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from b62b41a to 771efca Compare February 18, 2026 12:37
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 771efca to d617455 Compare February 18, 2026 14:00
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from d617455 to fd7f26f Compare February 18, 2026 14:01
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from fd7f26f to 61de5a7 Compare February 18, 2026 14:12
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 61de5a7 to cfd9db5 Compare February 18, 2026 14:12
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from cfd9db5 to 1551a1f Compare February 18, 2026 14:31
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 1551a1f to 6726130 Compare February 18, 2026 14:31
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 6726130 to c61244b Compare February 18, 2026 18:49
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from c61244b to 65301bb Compare February 18, 2026 18:49
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 65301bb to 29933d4 Compare February 22, 2026 08:15
@github-actions github-actions bot force-pushed the release-plz/2026-01-13T16-47-19Z branch from 29933d4 to 2fdcb96 Compare February 22, 2026 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant