From 90f79cc887ac8a8fcfcd2ed46336aec8a299672a Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Tue, 10 Sep 2024 03:36:29 +0200 Subject: [PATCH] chore(release): release rustypipe-downloader v0.2.1 --- Cargo.toml | 2 +- downloader/CHANGELOG.md | 11 +++++++++++ downloader/Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 754c4a7..e4b9260 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ tracing-test = "0.2.5" # Included crates rustypipe = { path = ".", version = "0.4.0", default-features = false } -rustypipe-downloader = { path = "./downloader", version = "0.2.0", default-features = false, features = [ +rustypipe-downloader = { path = "./downloader", version = "0.2.1", default-features = false, features = [ "indicatif", "audiotag", ] } diff --git a/downloader/CHANGELOG.md b/downloader/CHANGELOG.md index aa89612..5e20ad2 100644 --- a/downloader/CHANGELOG.md +++ b/downloader/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. +## [v0.2.1](https://codeberg.org/ThetaDev/rustypipe/compare/rustypipe-downloader/v0.2.0..rustypipe-downloader/v0.2.1) - 2024-09-10 + +### 📚 Documentation + +- Fix license badge URL - ([4a253e1](https://codeberg.org/ThetaDev/rustypipe/commit/4a253e1a47317e9999e6ad31ac5c411956a0986a)) + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update rust crate tokio to 1.20.4 [security] (#10) - ([a445e51](https://codeberg.org/ThetaDev/rustypipe/commit/a445e51b54a9afc44cd9657260a0b3d2abddbfa6)) + + ## [v0.2.0](https://codeberg.org/ThetaDev/rustypipe/compare/rustypipe-downloader/v0.1.1..rustypipe-downloader/v0.2.0) - 2024-08-18 ### 🚀 Features diff --git a/downloader/Cargo.toml b/downloader/Cargo.toml index 2679252..8ef75d0 100644 --- a/downloader/Cargo.toml +++ b/downloader/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustypipe-downloader" -version = "0.2.0" +version = "0.2.1" rust-version = "1.67.1" edition.workspace = true authors.workspace = true