Skip to content

Commit caf2f6b

Browse files
committed
Bump version
1 parent 3a87bc6 commit caf2f6b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ Per Keep a Changelog there are 6 main categories of changes:
2222

2323
## Unreleased
2424

25+
## v0.1.2
26+
27+
Release 2023-07-15
28+
29+
#### Added
30+
- Documentation on the color space FLIP works in.
31+
32+
#### Fixed
33+
- Added `Send`/`Sync` for `FlipPool` and `FlipHistogram`
34+
2535
## v0.1.1
2636

2737
Release 2023-06-04

nv-flip-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nv-flip-sys"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["the gfx-rs developers"]
55
edition = "2021"
66
description = "FFI bindings to Nvidia Labs's ꟻLIP image comparison and error visualization library"

0 commit comments

Comments
 (0)