Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): prepare for publishing #725

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

devolutionsbot
Copy link
Contributor

@devolutionsbot devolutionsbot commented Mar 27, 2025

🤖 New release

  • ironrdp-pdu: 0.4.0 -> 0.5.0 (⚠️ API breaking changes)
  • ironrdp-cliprdr: 0.2.0 -> 0.3.0 (⚠️ API breaking changes)
  • ironrdp-session: 0.3.0 -> 0.3.1 (✓ API compatible changes)
  • ironrdp-cliprdr-native: 0.2.0 -> 0.3.0 (✓ API compatible changes)

⚠️ ironrdp-pdu breaking changes

--- failure declarative_macro_missing: macro_rules declaration removed or renamed ---

Description:
A `macro_rules` declarative macro cannot be imported by its prior name. The macro may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/reference/macros-by-example.html#path-based-scope
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/declarative_macro_missing.ron

Failed in:
  macro_rules! write_padding, previously in file /tmp/.tmpbg0mN1/ironrdp-pdu/src/macros.rs:126
  macro_rules! read_padding, previously in file /tmp/.tmpbg0mN1/ironrdp-pdu/src/macros.rs:148

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself 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.38.0/src/lints/function_missing.ron

Failed in:
  function ironrdp_pdu::padding::write, previously in file /tmp/.tmpbg0mN1/ironrdp-pdu/src/padding.rs:10
  function ironrdp_pdu::padding::read, previously in file /tmp/.tmpbg0mN1/ironrdp-pdu/src/padding.rs:36

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/module_missing.ron

Failed in:
  mod ironrdp_pdu::padding, previously in file /tmp/.tmpbg0mN1/ironrdp-pdu/src/padding.rs:1

⚠️ ironrdp-cliprdr 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.38.0/src/lints/trait_method_added.ron

Failed in:
  trait method ironrdp_cliprdr::backend::CliprdrBackend::on_ready in file /tmp/.tmpwshCxi/IronRDP/crates/ironrdp-cliprdr/src/backend.rs:64
Changelog

ironrdp-pdu

[0.5.0] - 2025-03-30

Bug Fixes

ironrdp-cliprdr

[0.3.0] - 2025-03-30

Features

ironrdp-session

[0.3.1] - 2025-03-30

Bug Fixes

Documentation

Please Sort

ironrdp-cliprdr-native

[0.3.0] - 2025-03-30

Features


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz/2025-03-27T16-07-26Z branch 6 times, most recently from 65ffc81 to 8c6dd21 Compare March 30, 2025 22:53
@github-actions github-actions bot force-pushed the release-plz/2025-03-27T16-07-26Z branch from 8c6dd21 to df39282 Compare March 30, 2025 22: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.

1 participant