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 #666

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

Conversation

devolutionsbot
Copy link
Contributor

@devolutionsbot devolutionsbot commented Feb 9, 2025

🤖 New release

  • ironrdp-connector: 0.3.1 -> 0.3.2 (✓ API compatible changes)
  • ironrdp-pdu: 0.2.0 -> 0.3.0 (⚠️ API breaking changes)
  • ironrdp-graphics: 0.1.2 -> 0.2.0 (⚠️ API breaking changes)

⚠️ ironrdp-pdu breaking changes

--- failure enum_missing: pub enum removed or renamed ---

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

Failed in:
  enum ironrdp_pdu::rdp::client_info::AddressFamily, previously in file /tmp/.tmpbFG053/ironrdp-pdu/src/rdp/client_info.rs:614

⚠️ ironrdp-graphics breaking changes

--- 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_graphics::color_conversion::ycbcr_to_bgra, previously in file /tmp/.tmpbFG053/ironrdp-graphics/src/color_conversion.rs:8
  function ironrdp_graphics::color_conversion::to_ycbcr, previously in file /tmp/.tmpbFG053/ironrdp-graphics/src/color_conversion.rs:74
Changelog

ironrdp-connector

[0.3.2] - 2025-03-04

Bug Fixes

ironrdp-pdu

[0.3.0] - 2025-03-04

Bug Fixes

ironrdp-graphics

[0.2.0] - 2025-03-04

Features

  • Replace hand-coded yuv/rgb with yuvutils (5f1c44027a)

    cargo bench:
    to_ycbcr time: [2.2988 µs 2.3251 µs 2.3517 µs]
    change: [-83.643% -83.534% -83.421%] (p = 0.00 < 0.05)
    Performance has improved.

Please Sort


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz/2025-02-09T17-13-50Z branch from e3815c9 to 0edfdf8 Compare February 9, 2025 17:13
Copy link

github-actions bot commented Feb 9, 2025

Coverage Report 🤖 ⚙️

Past:
Total lines: 30359
Covered lines: 19526 (64.32%)

New:
Total lines: 30359
Covered lines: 19520 (64.30%)

Diff: -0.02%

[this comment will be updated automatically]

@github-actions github-actions bot force-pushed the release-plz/2025-02-09T17-13-50Z branch 6 times, most recently from 69c1b6a to d4f6da0 Compare February 21, 2025 00:38
@github-actions github-actions bot force-pushed the release-plz/2025-02-09T17-13-50Z branch 4 times, most recently from 716d994 to 1821015 Compare March 3, 2025 18:05
@github-actions github-actions bot force-pushed the release-plz/2025-02-09T17-13-50Z branch from 1821015 to ba7ab31 Compare March 4, 2025 13:52
@github-actions github-actions bot force-pushed the release-plz/2025-02-09T17-13-50Z branch from ba7ab31 to 6184cbd Compare March 4, 2025 13: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