From d461b4fe4a86727d0acc4c2a5b483964ca4e7157 Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Tue, 15 Sep 2020 17:04:02 -0400 Subject: [PATCH] Version 0.4.2 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6127e46..1bc54c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 0.4.2 +- Fix compilation on non-x86 targets +- Bump various dependencies + ## Version 0.4.1 - Improve performance and memory usage diff --git a/Cargo.lock b/Cargo.lock index 240c553..3a9bead 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,7 +30,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "av-scenechange" -version = "0.4.1" +version = "0.4.2" dependencies = [ "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a73f474..3af11f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "av-scenechange" -version = "0.4.1" +version = "0.4.2" authors = ["Josh Holmer "] edition = "2018" description = "Estimates frames in a video where a scenecut would be ideal"