Skip to content

Conversation

@moq-bot
Copy link
Contributor

@moq-bot moq-bot bot commented Dec 18, 2025

🤖 New release

  • hang: 0.8.0 -> 0.9.0 (⚠ API breaking changes)
  • hang-cli: 0.7.0 -> 0.7.1

hang breaking changes

--- 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.45.0/src/lints/inherent_method_missing.ron

Failed in:
  TrackConsumer::set_latency, previously in file /tmp/.tmpH0w7B6/hang/src/model/track.rs:232
  TrackConsumer::set_latency, previously in file /tmp/.tmpH0w7B6/hang/src/model/track.rs:232

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/method_parameter_count_changed.ron

Failed in:
  hang::model::TrackProducer::consume now takes 2 parameters instead of 1, in /tmp/.tmpScnNOu/moq/rs/hang/src/model/track.rs:94
  hang::TrackProducer::consume now takes 2 parameters instead of 1, in /tmp/.tmpScnNOu/moq/rs/hang/src/model/track.rs:94
  hang::model::TrackConsumer::new now takes 2 parameters instead of 1, in /tmp/.tmpScnNOu/moq/rs/hang/src/model/track.rs:140
  hang::TrackConsumer::new now takes 2 parameters instead of 1, in /tmp/.tmpScnNOu/moq/rs/hang/src/model/track.rs:140
Changelog

hang

0.9.0 - 2025-12-18

Other

  • Revert the moq_lite changes. (#787)
  • libmoq consume API (#777)

hang-cli

0.7.1 - 2025-12-18

Other

  • updated the following local packages: hang


This PR was generated with release-plz.

@moq-bot moq-bot bot force-pushed the release-plz-2025-12-18T05-28-31Z branch from 92ab3f8 to c9cbefd Compare December 18, 2025 09:33
@moq-bot moq-bot bot force-pushed the release-plz-2025-12-18T05-28-31Z branch from c9cbefd to 8f4c79e Compare December 18, 2025 11:20
@kixelated kixelated merged commit 0e8dcf2 into main Dec 18, 2025
1 check passed
@kixelated kixelated deleted the release-plz-2025-12-18T05-28-31Z branch December 18, 2025 19:55
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