diff --git a/CHANGELOG.md b/CHANGELOG.md index aff7bd9..26c6e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased (v0.7.18) +# v0.7.18 * Use default .265, .264 image output extensions for libx265, libx264. Fixes crf-search for images with these codecs. * Improve `--vfilter` docs, clarify VMAF usage. diff --git a/Cargo.lock b/Cargo.lock index eb94335..bf644d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ab-av1" -version = "0.7.17" +version = "0.7.18" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 08971f4..77ea37a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ab-av1" -version = "0.7.17" +version = "0.7.18" authors = ["Alex Butler "] edition = "2021" description = "AV1 encoding with fast VMAF sampling"