Skip to content

Commit a0dc1a1

Browse files
committed
v0.18.0
* Simplify types in nested types such as pointed-to types and function signatures (#661).
1 parent 1903686 commit a0dc1a1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.18.0
2+
3+
* Simplify types in nested types such as pointed-to types and function signatures (#661)
4+
15
## 0.17.0
26

37
* Add with_parse_extra_bindings to builder. (#645)

Cargo.lock

Lines changed: 3 additions & 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.17.0"
3+
version = "0.18.0"
44
authors = [
55
"Emilio Cobos Álvarez <[email protected]>",
66
"Jeff Muizelaar <[email protected]>",

0 commit comments

Comments
 (0)