From 5d248bd110bf1018867f2177b2b6f179619e1296 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sun, 10 Nov 2024 14:57:35 +0100 Subject: [PATCH] chore(release): release rustypipe-cli v0.4.0 --- cli/CHANGELOG.md | 12 ++++++++++++ cli/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 95c3024..1b72936 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. +## [v0.4.0](https://codeberg.org/ThetaDev/rustypipe/compare/rustypipe-cli/v0.3.0..rustypipe-cli/v0.4.0) - 2024-11-10 + +### 🚀 Features + +- Allow searching for YTM users - ([50010b7](https://codeberg.org/ThetaDev/rustypipe/commit/50010b7b0856d3ce05fe7a9d5989e526089bc2ef)) +- [**breaking**] Replace `TrackItem::is_video` attr with TrackType enum; serde lowercase AlbumType enum for consistency - ([044094a](https://codeberg.org/ThetaDev/rustypipe/commit/044094a4b70f05c46a459fa1597e23f4224b7b0b)) + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update rust crate thiserror to v2 (#16) - ([e1e1687](https://codeberg.org/ThetaDev/rustypipe/commit/e1e1687605603686ac5fd5deeb6aa8fecaf92494)) + + ## [v0.3.0](https://codeberg.org/ThetaDev/rustypipe/compare/rustypipe-cli/v0.2.2..rustypipe-cli/v0.3.0) - 2024-10-28 ### 🚀 Features diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 85c7791..d993126 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustypipe-cli" -version = "0.3.0" +version = "0.4.0" rust-version = "1.70.0" edition.workspace = true authors.workspace = true