diff options
-rw-r--r-- | Cargo.lock | 14 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | NEWS.md | 6 |
3 files changed, 14 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock index dde2b2d..6d790a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,7 +239,7 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.4.0" +version = "1.4.1" dependencies = [ "serde", ] @@ -1040,7 +1040,7 @@ checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" [[package]] name = "libmpv2" -version = "1.4.0" +version = "1.4.1" dependencies = [ "crossbeam", "libmpv2-sys", @@ -1051,7 +1051,7 @@ dependencies = [ [[package]] name = "libmpv2-sys" -version = "1.4.0" +version = "1.4.1" dependencies = [ "bindgen", ] @@ -2655,11 +2655,11 @@ dependencies = [ [[package]] name = "yt" -version = "1.4.0" +version = "1.4.1" dependencies = [ "anyhow", "blake3", - "bytes 1.4.0", + "bytes 1.4.1", "chrono", "chrono-humanize", "clap", @@ -2684,9 +2684,9 @@ dependencies = [ [[package]] name = "yt_dlp" -version = "1.4.0" +version = "1.4.1" dependencies = [ - "bytes 1.4.0", + "bytes 1.4.1", "log", "pyo3", "serde", diff --git a/Cargo.toml b/Cargo.toml index 27d9c05..173213d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ members = [ [workspace.package] edition = "2021" -version = "1.4.0" +version = "1.4.1" rust-version = "1.80.0" authors = ["Benedikt Peetz <benedikt.peetz@b-peetz.de>"] repository = "https://git.vhack.eu/soispha/clients/yt" diff --git a/NEWS.md b/NEWS.md index 2c09ec9..95ce885 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,6 +14,12 @@ If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [v1.4.1](https://git.vhack.eu/soispha/clients/yt/compare/72434a90d6a3dbba48d40a23b840befe7649b558..v1.4.1) - 2024-12-14 +#### Bug Fixes +- **(yt_dlp/wrappers/info_json)** Add further fields to `RequestedDownloads` - ([72434a9](https://git.vhack.eu/soispha/clients/yt/commit/72434a90d6a3dbba48d40a23b840befe7649b558)) - [@soispha](https://git.vhack.eu/soispha) + +- - - + ## [v1.4.0](https://git.vhack.eu/soispha/clients/yt/compare/fcb297027bfb5f1bb97094b23b18522c761106f4..v1.4.0) - 2024-12-14 #### Bug Fixes - **(yt/cli)** Ensure that all `[No <xyz>]` value can be parsed - ([beb5640](https://git.vhack.eu/soispha/clients/yt/commit/beb56409e033fb6d89749788cbf0c91046e3fc16)) - [@soispha](https://git.vhack.eu/soispha) |