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