Skip to content

chore(release): prepare for publishing#1445

Open
devolutionsbot wants to merge 1 commit into
masterfrom
release-plz/2026-07-13T07-48-31Z
Open

chore(release): prepare for publishing#1445
devolutionsbot wants to merge 1 commit into
masterfrom
release-plz/2026-07-13T07-48-31Z

Conversation

@devolutionsbot

@devolutionsbot devolutionsbot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • ironrdp-core: 0.2.1 -> 0.2.2 (✓ API compatible changes)
  • ironrdp-dvc-pipe-proxy: 0.5.0 -> 0.5.1 (✓ API compatible changes)
Changelog

ironrdp-core

[0.2.2] - 2026-07-13

Features

  • Add NonEmpty (#1444) (bdcc0ceec3)

    Add a NonEmpty<T> collection guaranteeing at least one element. The
    first element (head) is stored inline, so a single-element NonEmpty
    performs no heap allocation, and first() is infallible while len()
    returns a NonZeroUsize, and callers never branch on an "is it empty?"
    case.

ironrdp-dvc-pipe-proxy

[0.5.1] - 2026-07-13

Bug Fixes


This PR was generated with release-plz.

Copilot AI review requested due to automatic review settings July 13, 2026 07:48
@github-actions github-actions Bot force-pushed the release-plz/2026-07-13T07-48-31Z branch from 41a903e to 7145ff4 Compare July 13, 2026 07:48

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares ironrdp-core 0.2.2 for publication with synchronized metadata and lockfiles.

Changes:

  • Bumps ironrdp-core from 0.2.1 to 0.2.2.
  • Adds the generated release changelog.
  • Refreshes workspace and fuzz lockfiles.

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.

File Description
crates/ironrdp-core/Cargo.toml Updates the crate version.
crates/ironrdp-core/CHANGELOG.md Documents the 0.2.2 release.
Cargo.lock Synchronizes the workspace lockfile.
fuzz/Cargo.lock Synchronizes the fuzz lockfile.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@devolutionsbot devolutionsbot force-pushed the release-plz/2026-07-13T07-48-31Z branch from 7145ff4 to 4c6d430 Compare July 13, 2026 08:31
@github-actions github-actions Bot force-pushed the release-plz/2026-07-13T07-48-31Z branch from 4c6d430 to c755a93 Compare July 13, 2026 08:32
@devolutionsbot devolutionsbot force-pushed the release-plz/2026-07-13T07-48-31Z branch from c755a93 to 5f9a443 Compare July 13, 2026 14:52
@github-actions github-actions Bot force-pushed the release-plz/2026-07-13T07-48-31Z branch from 5f9a443 to 11e2a60 Compare July 13, 2026 14:53
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.

2 participants