Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Feb 22, 2024
1 parent f8845cd commit 1850a99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 0.4.0

- Optimize HLG transfer function
- Improve error types (breaking change)
- Improve struct documentation
- Remove unnecessary dependencies

## Version 0.3.1

- Fix some clippy lints, including some which may improve performace a bit
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "yuvxyb"
description = "Conversions between YUV (YCbCr), XYB, and other colorspaces"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
license = "MIT"
rust-version = "1.61.0"
Expand Down

0 comments on commit 1850a99

Please sign in to comment.