Skip to content

Commit 91f9f93

Browse files
committed
0.19.0
1 parent 4256d79 commit 91f9f93

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "BSD-3-Clause"
88
name = "bindgen"
99
readme = "README.md"
1010
repository = "https://github.com/crabtw/rust-bindgen"
11-
version = "0.18.0"
11+
version = "0.19.0"
1212

1313
[[bin]]
1414
doc = false

Changelog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
7+
8+
9+
## [0.19.0] - 2016-07-17
710
### Breaking
811
- Remove `Builder::default` to force the specification of the C header file
912
name.
@@ -78,7 +81,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7881

7982
## [0.15.0] - 2016-08-31
8083

81-
[Unreleased]: https://github.com/crabtw/rust-bindgen/compare/0.17...HEAD
84+
[Unreleased]: https://github.com/crabtw/rust-bindgen/compare/0.19...HEAD
85+
[0.19.0]: https://github.com/crabtw/rust-bindgen/compare/0.18...0.19
8286
[0.18.0]: https://github.com/crabtw/rust-bindgen/compare/0.17...0.18
8387
[0.17.0]: https://github.com/crabtw/rust-bindgen/compare/0.16...0.17
8488
[0.16.0]: https://github.com/crabtw/rust-bindgen/compare/0.15...0.16

0 commit comments

Comments
 (0)