diff --git a/Cargo.lock b/Cargo.lock
index f3492e9..97cec0b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -288,7 +288,7 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
-version = "1.6.1"
+version = "1.7.0"
dependencies = [
"serde",
]
@@ -1558,7 +1558,7 @@ checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
[[package]]
name = "libmpv2"
-version = "1.6.1"
+version = "1.7.0"
dependencies = [
"crossbeam",
"libmpv2-sys",
@@ -1568,7 +1568,7 @@ dependencies = [
[[package]]
name = "libmpv2-sys"
-version = "1.6.1"
+version = "1.7.0"
dependencies = [
"bindgen",
]
@@ -3426,7 +3426,7 @@ dependencies = [
[[package]]
name = "termsize"
-version = "1.6.1"
+version = "1.7.0"
dependencies = [
"libc",
"winapi",
@@ -3870,7 +3870,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uu_fmt"
-version = "1.6.1"
+version = "1.7.0"
dependencies = [
"unicode-width",
]
@@ -4448,11 +4448,11 @@ dependencies = [
[[package]]
name = "yt"
-version = "1.6.1"
+version = "1.7.0"
dependencies = [
"anyhow",
"blake3",
- "bytes 1.6.1",
+ "bytes 1.7.0",
"chrono",
"chrono-humanize",
"clap",
@@ -4481,7 +4481,7 @@ dependencies = [
[[package]]
name = "yt_dlp"
-version = "1.6.1"
+version = "1.7.0"
dependencies = [
"curl",
"indexmap",
diff --git a/Cargo.toml b/Cargo.toml
index 56a90fd..85b7099 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ members = [
[workspace.package]
edition = "2024"
-version = "1.6.1"
+version = "1.7.0"
rust-version = "1.85.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 44142e4..c427783 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -14,6 +14,19 @@ 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.7.0](https://git.foss-syndicate.org/soispha/clients/yt/compare/382eae56dc3ecaed91b9fd8db1c830d5dec49e44..v1.7.0) - 2025-06-24
+#### Bug Fixes
+- **(yt/update/grouped)** Don't drop the verbosity level - ([28d4c61](https://git.foss-syndicate.org/soispha/clients/yt/commit/28d4c61bb0b3b6b20d57a0dd970af83265bb0ad2)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
+- **(yt_dlp/post_processors/dearrow)** Don't try to access the drained vec - ([9b4f09c](https://git.foss-syndicate.org/soispha/clients/yt/commit/9b4f09cf736e68bdbd246dca17d7a3c6b8eba3ea)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
+#### Build system
+- **(treewide)** Update - ([e6aa91c](https://git.foss-syndicate.org/soispha/clients/yt/commit/e6aa91c56ca51a8593b9a58ec5746741888db7f9)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
+- **(yt_dlp/Cargo.toml)** Pin git dependencies - ([772f169](https://git.foss-syndicate.org/soispha/clients/yt/commit/772f16902d75e3d6ae211b9ef3977316708698c4)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
+#### Features
+- **(yt/cli)** Also add completion for subscription names - ([382eae5](https://git.foss-syndicate.org/soispha/clients/yt/commit/382eae56dc3ecaed91b9fd8db1c830d5dec49e44)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
+- **(yt/version)** Add the (rust)python version again - ([84175a0](https://git.foss-syndicate.org/soispha/clients/yt/commit/84175a03a71918497aa0c8ee3444736d771cccff)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
+
+- - -
+
## [v1.6.1](https://git.foss-syndicate.org/soispha/clients/yt/compare/3f6ef87fc31581215cb00d56462b35e07b7a1f28..v1.6.1) - 2025-06-17
#### Bug Fixes
- **(package)** Set the PYTHONPATH ourselves - ([ea77b89](https://git.foss-syndicate.org/soispha/clients/yt/commit/ea77b898e5dfb2a7900a87a1bb73167a6e1a140c)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
|