From dfe49446b0ed6df7a980375d7ae9308a15ba95bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:01:25 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 2 +- youtui/CHANGELOG.md | 10 ++++++++++ youtui/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46b84c98..ddb9a505 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4295,7 +4295,7 @@ dependencies = [ [[package]] name = "youtui" -version = "0.0.5" +version = "0.0.6" dependencies = [ "clap", "crossterm", diff --git a/youtui/CHANGELOG.md b/youtui/CHANGELOG.md index 466178b4..a9db09c0 100644 --- a/youtui/CHANGELOG.md +++ b/youtui/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.6](https://github.com/nick42d/youtui/compare/youtui-v0.0.5...youtui-v0.0.6) - 2024-07-10 + +### Added +- [**breaking**] Implement History queries and refactor 'playlist' result types ([#59](https://github.com/nick42d/youtui/pull/59)) - Resolves [#58](https://github.com/nick42d/youtui/pull/58) +- feat(api)! Implement library queries - resolves [#56](https://github.com/nick42d/youtui/pull/56) ([#57](https://github.com/nick42d/youtui/pull/57)) + +### Other +- release ([#54](https://github.com/nick42d/youtui/pull/54)) +- Fix table on README + ### Other - Update to latest library version diff --git a/youtui/Cargo.toml b/youtui/Cargo.toml index cc6b0b2e..3035b469 100644 --- a/youtui/Cargo.toml +++ b/youtui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "youtui" -version = "0.0.5" +version = "0.0.6" edition = "2021" authors = ["nick42d"] license = "MIT"