chore(release): clean up#1440
Merged
Benoît Cortier (CBenoit) merged 3 commits intoJul 10, 2026
Merged
Conversation
5178a21 to
64de012
Compare
There was a problem hiding this comment.
Pull request overview
Prepares the workspace for publishing a new set of crate releases (release-plz output), primarily by adding per-crate changelogs for newly published crates / versions and updating lockfiles accordingly.
Changes:
- Add initial
CHANGELOG.mdfiles for newly published crates (and crates that previously lacked one), reflecting the release notes included in the PR description. - Update
Cargo.lockandfuzz/Cargo.lockto pick upsha1v0.10.7.
Reviewed changes
Copilot reviewed 7 out of 9 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
Cargo.lock |
Updates the workspace lockfile (notably sha1 to 0.10.7). |
fuzz/Cargo.lock |
Updates the fuzz target lockfile (notably sha1 to 0.10.7). |
crates/ironrdp-agent/CHANGELOG.md |
Adds initial changelog for the new ironrdp-agent crate release. |
crates/ironrdp-cfg/CHANGELOG.md |
Adds initial changelog for the new ironrdp-cfg crate release. |
crates/ironrdp-client/CHANGELOG.md |
Adds initial changelog for the new ironrdp-client crate release. |
crates/ironrdp-mstsgu/CHANGELOG.md |
Adds initial changelog for the new ironrdp-mstsgu crate release. |
crates/ironrdp-propertyset/CHANGELOG.md |
Adds initial changelog for the new ironrdp-propertyset crate release. |
crates/ironrdp-rdpfile/CHANGELOG.md |
Adds initial changelog for the new ironrdp-rdpfile crate release. |
crates/ironrdp-viewer/CHANGELOG.md |
Adds initial changelog for the new ironrdp-viewer crate release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Benoît Cortier (CBenoit)
approved these changes
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 New release
ironrdp-core: 0.2.0 -> 0.2.1ironrdp-pdu: 0.8.0 -> 0.9.0ironrdp-connector: 0.9.0 -> 0.10.0ironrdp-acceptor: 0.9.0 -> 0.10.0ironrdp-propertyset: 0.1.0ironrdp-cfg: 0.1.0ironrdp-cliprdr: 0.6.0 -> 0.7.0ironrdp-dvc: 0.7.0 -> 0.8.0ironrdp-dvc-pipe-proxy: 0.4.1 -> 0.5.0ironrdp-graphics: 0.8.1 -> 0.9.0ironrdp-tls: 0.2.1 -> 0.2.2ironrdp-mstsgu: 0.0.1ironrdp-rdpsnd: 0.8.1 -> 0.9.0ironrdp-rdpsnd-native: 0.6.0 -> 0.7.0ironrdp-session: 0.10.0 -> 0.11.0ironrdp-dvc-com-plugin: 0.1.2 -> 0.1.3ironrdp-client: 0.1.0ironrdp-server: 0.12.0 -> 0.13.0ironrdp: 0.16.0 -> 0.17.0ironrdp-rdpfile: 0.1.0ironrdp-agent: 0.1.0ironrdp-viewer: 0.1.0Changelog
ironrdp-coreironrdp-pduironrdp-connectorironrdp-acceptorironrdp-propertysetironrdp-cfgironrdp-cliprdrironrdp-dvcironrdp-dvc-pipe-proxyironrdp-graphicsironrdp-tlsironrdp-mstsguironrdp-rdpsndironrdp-rdpsnd-nativeironrdp-sessionironrdp-dvc-com-pluginironrdp-clientironrdp-serverironrdpironrdp-rdpfileironrdp-agentironrdp-viewerThis PR was generated with release-plz.