From c438b0826498fdad1d66ac3c3b66fdf5b72f4e5d Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 16 Nov 2024 14:29:21 +0100 Subject: chore(version): v1.3.3 --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- NEWS.md | 8 ++++++++ 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c4931e..884a541 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,7 +239,7 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.3.2" +version = "1.3.3" dependencies = [ "serde", ] @@ -1045,7 +1045,7 @@ checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" [[package]] name = "libmpv2" -version = "1.3.2" +version = "1.3.3" dependencies = [ "crossbeam", "libmpv2-sys", @@ -1056,7 +1056,7 @@ dependencies = [ [[package]] name = "libmpv2-sys" -version = "1.3.2" +version = "1.3.3" dependencies = [ "bindgen", ] @@ -2662,11 +2662,11 @@ dependencies = [ [[package]] name = "yt" -version = "1.3.2" +version = "1.3.3" dependencies = [ "anyhow", "blake3", - "bytes 1.3.2", + "bytes 1.3.3", "chrono", "chrono-humanize", "clap", @@ -2691,9 +2691,9 @@ dependencies = [ [[package]] name = "yt_dlp" -version = "1.3.2" +version = "1.3.3" dependencies = [ - "bytes 1.3.2", + "bytes 1.3.3", "log", "pyo3", "serde", diff --git a/Cargo.toml b/Cargo.toml index 1205013..68ea55c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ members = [ [workspace.package] edition = "2021" -version = "1.3.2" +version = "1.3.3" rust-version = "1.80.0" authors = ["Benedikt Peetz "] repository = "https://git.vhack.eu/soispha/clients/yt" diff --git a/NEWS.md b/NEWS.md index 4cfc7dc..7ff6a6e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,6 +14,14 @@ If not, see . All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [v1.3.3](https://git.vhack.eu/soispha/clients/yt/compare/d387d04730a9a0f52bf5139c0bcf05d1534ec4ac..v1.3.3) - 2024-11-16 +#### Bug Fixes +- **(yt/select/add)** Avoid crash on adding a video - ([d387d04](https://git.vhack.eu/soispha/clients/yt/commit/d387d04730a9a0f52bf5139c0bcf05d1534ec4ac)) - [@soispha](https://git.vhack.eu/soispha) +#### Build system +- **(treewide)** Update dependencies - ([b17d7fe](https://git.vhack.eu/soispha/clients/yt/commit/b17d7fe27a68c0ea93fb0d6e5b81fe3c166dcee0)) - [@soispha](https://git.vhack.eu/soispha) + +- - - + ## [v1.3.2](https://git.vhack.eu/soispha/clients/yt/compare/fc9cd7a887e5f6863111cce154557873680cd0bb..v1.3.2) - 2024-11-04 #### Bug Fixes - **(tree-sitter-yts/grammar.js)** Add missing commands - ([ec5f2de](https://git.vhack.eu/soispha/clients/yt/commit/ec5f2deabe1a9b0abf17e3608b5a87290e37d13f)) - [@soispha](https://git.vhack.eu/soispha) -- cgit 1.4.1