From 64e7e7c4148a22e79b125ecc55708d7298ce070e Mon Sep 17 00:00:00 2001 From: Fabio Lagalla Date: Tue, 6 Jun 2023 14:50:50 +0200 Subject: [PATCH] Bump to 0.5.4 --- Cargo.toml | 2 +- NEWS | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 923ad90..2867c7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dcv-color-primitives" -version = "0.5.3" +version = "0.5.4" edition = "2018" description = "a library to perform image color model conversion" license = "MIT-0" diff --git a/NEWS b/NEWS index 76d621d..3eeca72 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +News in 0.5.4 +------------- +* Fix C-bindings compilation on Windows + News in 0.5.3 ------------- * Fix documentation examples