Skip to content

Commit

Permalink
Bump to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosky committed Jun 28, 2022
1 parent fbefcf8 commit f3a4719
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dcv-color-primitives"
version = "0.5.0"
version = "0.5.1"
edition = "2018"
description = "a library to perform image color model conversion"
license = "MIT-0"
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
News in 0.5.1
-------------
* Avoid reading invalid data for rgb to bgra conversion

News in 0.5.0
-------------
* Renamed ColorSpace::Lrgb in favor of ColorSpace::Rgb
Expand Down

0 comments on commit f3a4719

Please sign in to comment.