Skip to content

Commit 329f894

Browse files
committed
Bump version
1 parent b85ae86 commit 329f894

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

2323
## Unreleased
2424

25+
## v0.1.1
26+
27+
Release 2023-06-04
28+
29+
#### Fixed
30+
- Minor documentation fixes
31+
2532
## v0.1.0
2633

2734
Released 2023-06-03

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.0"
3+
version = "0.1.1"
44
authors = ["the gfx-rs developers"]
55
edition = "2021"
66
description = "FFI bindings to Nvidia Labs's ꟻLIP image comparison and error visualization library"

nv-flip/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"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "High-Level bindings to Nvidia Labs's ꟻLIP image comparison and error visualization library"
66
readme = "../README.md"

0 commit comments

Comments
 (0)