Skip to content

Commit

Permalink
Release v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Apr 30, 2020
1 parent a05a223 commit b6b88f8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.14.2

* Fixed minimal dependency versions. (#507)
* Add an option to write pragma once. (#511)
* Fix submodule scanning for implicit Rust 2018 modules. (#512)
* Fix dependency parsing / scanning to handle target-specific versions. (#513)
* Use heck for case conversion. (#514)
* Add support for verbatim content after includes. (#416)
* Allow to add attributes to most generated functions. (#515)

## 0.14.1

* Handle mangling pointers. (#508)
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.1"
version = "0.14.2"
authors = ["Jeff Muizelaar <[email protected]>",
"Kartikaya Gupta <[email protected]>",
"Ryan Hunt <[email protected]>"]
Expand Down

0 comments on commit b6b88f8

Please sign in to comment.