Skip to content

Commit

Permalink
chore: release (#136)
Browse files Browse the repository at this point in the history
* chore: release

* tidy changelog

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nick Dowsett <[email protected]>
  • Loading branch information
github-actions[bot] and nick42d authored Aug 17, 2024
1 parent 30297db commit 9502c67
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions youtui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [0.0.13](https://github.com/nick42d/youtui/compare/youtui/v0.0.12...youtui/v0.0.13) - 2024-08-17

### Other
- updated the following local packages: ytmapi-rs (resolves some crashes when searching for songs - [#138]).

## [0.0.12](https://github.com/nick42d/youtui/compare/youtui/v0.0.11...youtui/v0.0.12) - 2024-08-12

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions youtui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "youtui"
version = "0.0.12"
version = "0.0.13"
edition = "2021"
authors = ["nick42d"]
license = "MIT"
Expand All @@ -21,7 +21,7 @@ ratatui = { version = "0.27.0", features = ["all-widgets"] }
serde = "1.0.203"
serde_json = "1.0.117"
tokio = "1.38.0"
ytmapi-rs = { path = "../ytmapi-rs", version = "0.0.11", default-features = false, features = [
ytmapi-rs = { path = "../ytmapi-rs", version = "0.0.12", default-features = false, features = [
"rustls-tls",
"simplified-queries",
] }
Expand Down
9 changes: 9 additions & 0 deletions ytmapi-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [0.0.12](https://github.com/nick42d/youtui/compare/ytmapi-rs/v0.0.11...ytmapi-rs/v0.0.12) - 2024-08-17

### Fixed
- [**breaking**] Make library management items optional for album songs ([#140](https://github.com/nick42d/youtui/pull/140))
- _Changed type of AlbumSong to allow library options to be optional_
- fix! Make library management items optional for artist songs ([#139](https://github.com/nick42d/youtui/pull/139))
- _Changed type of ArtistSong to allow library options to be optional_
- Json::into_inner() method should be pub ([#137](https://github.com/nick42d/youtui/pull/137))

## [0.0.11](https://github.com/nick42d/youtui/compare/ytmapi-rs/v0.0.10...ytmapi-rs/v0.0.11) - 2024-08-12

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion ytmapi-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ytmapi-rs"
version = "0.0.11"
version = "0.0.12"
edition = "2021"
authors = ["nick42d"]
license = "MIT"
Expand Down

0 comments on commit 9502c67

Please sign in to comment.