From e2a95a442a340ebc1fbfd5e54d99d7b5be7c889f Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Sat, 28 Dec 2024 21:37:34 -0500 Subject: [PATCH] Version 0.5.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de079ad..61b0816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Version 0.5.1 + +- Remove nalgebra-macros and update criterion +- Use yuvxyb-math to calculate float constants +- Cleanup way too verbose Clippy settings + ## Version 0.5.0 - Return a concrete `Ssimulacra2Error` error type instead of a freeform `anyhow::Result` diff --git a/Cargo.toml b/Cargo.toml index 404a3f6..ea10327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssimulacra2" -version = "0.5.0" +version = "0.5.1" edition = "2021" description = "Rust implementation of the SSIMULACRA2 metric" repository = "https://github.com/rust-av/ssimulacra2"