nick42d / youtui

TUI and API for YouTube Music written in Rust
MIT License
46 stars 4 forks source link

chore: release #172

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

🤖 New release

⚠️ ytmapi-rs breaking changes

--- 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.36.0/src/lints/method_parameter_count_changed.ron

Failed in:
  ytmapi_rs::Client::post_query now takes 5 parameters instead of 4, in /tmp/.tmpUvkVku/youtui/ytmapi-rs/src/client.rs:36
  ytmapi_rs::client::Client::post_query now takes 5 parameters instead of 4, in /tmp/.tmpUvkVku/youtui/ytmapi-rs/src/client.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.36.0/src/lints/module_missing.ron

Failed in:
  mod ytmapi_rs::query::continuations, previously in file /tmp/.tmpeaorRQ/ytmapi-rs/src/query.rs:188

--- failure struct_missing: pub struct removed or renamed ---

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

Failed in:
  struct ytmapi_rs::query::continuations::GetContinuationsQuery, previously in file /tmp/.tmpeaorRQ/ytmapi-rs/src/query.rs:197
Changelog

## `youtui`

## [0.0.15](https://github.com/nick42d/youtui/compare/youtui/v0.0.14...youtui/v0.0.15) - 2024-10-24 ### Added - [**breaking**] Implement continuations for GetLibraryXX Queries ([#165](https://github.com/nick42d/youtui/pull/165)) - _Client::post_query method has been improved to allow params to be passed to add to URL. Return types for GetLibraryXX queries have been changed to add continuation params - please consider this API still unstable is I'm not yet sure it that's the ideal form. Pre-existing continuations module and query have been refactored to new modules._ ### Fixed - Add way to supply potoken ([#170](https://github.com/nick42d/youtui/pull/170))
## `ytmapi-rs`
## [0.0.14](https://github.com/nick42d/youtui/compare/ytmapi-rs/v0.0.13...ytmapi-rs/v0.0.14) - 2024-10-24 ### Added - [**breaking**] Implement continuations for GetLibraryXX Queries ([#165](https://github.com/nick42d/youtui/pull/165)) - _Client::post_query method has been improved to allow params to be passed to add to URL. Return types for GetLibraryXX queries have been changed to add continuation params - please consider this API still unstable is I'm not yet sure it that's the ideal form. Pre-existing continuations module and query have been refactored to new modules._ ### Fixed - Resolve duration for songs search and years field for artists search when multiple artists exist. Closes [#171](https://github.com/nick42d/youtui/pull/171) ([#173](https://github.com/nick42d/youtui/pull/173))


This PR was generated with release-plz.