From 13568b156b40654bf394942d26edc0d3dbec26d2 Mon Sep 17 00:00:00 2001 From: Alex Butler Date: Sun, 28 Jul 2024 19:16:35 +0100 Subject: [PATCH] Release 0.7.17 --- CHANGELOG.md | 2 +- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5bb71..8207024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# v0.7.17 * Improve failing ffmpeg stderr printing: - Don't allow many '\r'-ending updates to cause all other stored info to be truncated. - Increase max heap storage of output ~4k->32k to allow more complete output in some cases. diff --git a/Cargo.lock b/Cargo.lock index e2b0d26..712fce6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ab-av1" -version = "0.7.16" +version = "0.7.17" dependencies = [ "anyhow", "async-stream", @@ -943,9 +943,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.39.1" +version = "1.39.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d040ac2b29ab03b09d4129c2f5bbd012a3ac2f79d38ff506a4bf8dd34b0eac8a" +checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 4734669..24b750e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ab-av1" -version = "0.7.16" +version = "0.7.17" authors = ["Alex Butler "] edition = "2021" description = "AV1 encoding with fast VMAF sampling"