Skip to content

Commit 913b08d

Browse files
committed
v0.10.1
* Improved error message for missing config file. #422 * Add missing header for char32_t. #414
1 parent b30bb83 commit 913b08d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.10.1
2+
3+
* Improved error message for missing config file. https://github.com/eqrion/cbindgen/pull/422
4+
* Add missing header for char32_t. https://github.com/eqrion/cbindgen/pull/414
5+
16
## 0.10.0
27

38
* Initialize struct literal with list-initializer for C++11 standard. https://github.com/eqrion/cbindgen/pull/401

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cbindgen"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["Jeff Muizelaar <[email protected]>",
55
"Kartikaya Gupta <[email protected]>",
66
"Ryan Hunt <[email protected]>"]

0 commit comments

Comments
 (0)