Skip to content

chore: release v0.3.0#24

Merged
jettify merged 1 commit into
masterfrom
release-plz-2025-11-09T15-55-21Z
Feb 5, 2026
Merged

chore: release v0.3.0#24
jettify merged 1 commit into
masterfrom
release-plz-2025-11-09T15-55-21Z

Conversation

@jettify
Copy link
Copy Markdown
Owner

@jettify jettify commented Nov 9, 2025

🤖 New release

  • smartaudio: 0.2.1 -> 0.3.0 (⚠ API breaking changes)

smartaudio 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.46.0/src/lints/enum_variant_added.ron

Failed in:
  variant SmartAudioError:UnexpectedDataForState in /tmp/.tmp1Ofs3f/smartaudio/src/parser.rs:26
  variant SmartAudioError:UnexpectedDataForState in /tmp/.tmp1Ofs3f/smartaudio/src/parser.rs:26

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant 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.46.0/src/lints/enum_variant_missing.ron

Failed in:
  variant SmartAudioError::UnexpetedDataForState, previously in file /tmp/.tmpBnFkNi/smartaudio/src/parser.rs:26
  variant SmartAudioError::UnexpetedDataForState, previously in file /tmp/.tmpBnFkNi/smartaudio/src/parser.rs:26

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn 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.46.0/src/lints/inherent_method_missing.ron

Failed in:
  RawSmartAudioFrame::commnand, previously in file /tmp/.tmpBnFkNi/smartaudio/src/parser.rs:75
  RawSmartAudioFrame::commnand, previously in file /tmp/.tmpBnFkNi/smartaudio/src/parser.rs:75

--- failure trait_missing: pub trait removed or renamed ---

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

Failed in:
  trait smartaudio::responses::SmartAudioReponse, previously in file /tmp/.tmpBnFkNi/smartaudio/src/responses.rs:30
  trait smartaudio::SmartAudioReponse, previously in file /tmp/.tmpBnFkNi/smartaudio/src/responses.rs:30
Changelog

0.3.0 - 2026-02-05

Fixed

  • [breaking] Fix typos in public APIs. (#26)

Other

  • Document commands and resonses strcts. (#25)
  • Address idiomatic rust lints. (#23)


This PR was generated with release-plz.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Nov 9, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.67%. Comparing base (0dc6ae8) to head (6b85a27).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #24   +/-   ##
=======================================
  Coverage   97.67%   97.67%           
=======================================
  Files           3        3           
  Lines         603      603           
=======================================
  Hits          589      589           
  Misses         14       14           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jettify jettify force-pushed the release-plz-2025-11-09T15-55-21Z branch from 9edf79a to 6e2be20 Compare November 24, 2025 22:32
@jettify jettify changed the title chore: release v0.2.2 chore: release v0.3.0 Feb 5, 2026
@jettify jettify force-pushed the release-plz-2025-11-09T15-55-21Z branch from 6e2be20 to 6b85a27 Compare February 5, 2026 22:18
@jettify jettify merged commit 3533396 into master Feb 5, 2026
1 check passed
@jettify jettify deleted the release-plz-2025-11-09T15-55-21Z branch February 6, 2026 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants