Skip to content

Commit

Permalink
Release v.0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Aug 20, 2020
1 parent 030916e commit 83cdbd8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.14.4

* Allow to override the mangling separator (#502)

* cbindgen now handles better having ZSTs in template parameters, and
default template parameters (#563).

* Support for annotating nonnull pointers (#558)

* Fixed bitflags that overflow a signed integer (#556)

* Support for wildcard argument names (#550)

* Support for the never return type, with configurable annotation (#549)

* Properly reject arrays as function arguments (#540)

## 0.14.3

* Introduce cbindgen:ignore comment annotation, to allow ignoring items or modules. (#519)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cbindgen"
version = "0.14.3"
version = "0.14.4"
authors = ["Jeff Muizelaar <[email protected]>",
"Kartikaya Gupta <[email protected]>",
"Ryan Hunt <[email protected]>"]
Expand Down

0 comments on commit 83cdbd8

Please sign in to comment.