Skip to content

Commit 6d5642e

Browse files
committed
Bump version.
1 parent 54e70b3 commit 6d5642e

File tree

3 files changed

+59
-19
lines changed

3 files changed

+59
-19
lines changed

CHANGELOG.md

+57-17
Original file line numberDiff line numberDiff line change
@@ -9,46 +9,51 @@
99
- [Removed](#removed)
1010
- [Fixed](#fixed)
1111
- [Security](#security)
12-
- [0.47.0](#0470)
13-
- [Changed](#changed-1)
12+
- [0.47.2](#0472)
1413
- [Fixed](#fixed-1)
14+
- [0.47.1](#0471)
15+
- [Changed](#changed-1)
16+
- [Fixed](#fixed-2)
17+
- [0.47.0](#0470)
18+
- [Changed](#changed-2)
19+
- [Fixed](#fixed-3)
1520
- [0.33.1 .. 0.46.0](#0331--0460)
1621
- [Added](#added-1)
1722
- [Removed](#removed-1)
18-
- [Changed](#changed-2)
19-
- [Fixed](#fixed-2)
23+
- [Changed](#changed-3)
24+
- [Fixed](#fixed-4)
2025
- [0.33.1](#0331)
21-
- [Fixed](#fixed-3)
26+
- [Fixed](#fixed-5)
2227
- [0.33.0](#0330)
2328
- [Added](#added-2)
24-
- [Changed](#changed-3)
29+
- [Changed](#changed-4)
2530
- [Deprecated](#deprecated-1)
2631
- [Removed](#removed-2)
27-
- [Fixed](#fixed-4)
32+
- [Fixed](#fixed-6)
2833
- [Security](#security-1)
2934
- [0.32.2](#0322)
30-
- [Fixed](#fixed-5)
35+
- [Fixed](#fixed-7)
3136
- [0.32.1](#0321)
32-
- [Fixed](#fixed-6)
37+
- [Fixed](#fixed-8)
3338
- [0.32.0](#0320)
3439
- [Added](#added-3)
35-
- [Changed](#changed-4)
36-
- [Fixed](#fixed-7)
40+
- [Changed](#changed-5)
41+
- [Fixed](#fixed-9)
3742
- [0.31.0](#0310)
3843
- [Added](#added-4)
39-
- [Changed](#changed-5)
44+
- [Changed](#changed-6)
4045
- [Deprecated](#deprecated-2)
4146
- [Removed](#removed-3)
42-
- [Fixed](#fixed-8)
47+
- [Fixed](#fixed-10)
4348
- [0.30.0](#0300)
4449
- [Added](#added-5)
45-
- [Changed](#changed-6)
50+
- [Changed](#changed-7)
4651
- [Deprecated](#deprecated-3)
47-
- [Fixed](#fixed-9)
52+
- [Fixed](#fixed-11)
4853
- [0.29.0](#0290)
4954
- [Added](#added-6)
50-
- [Changed](#changed-7)
51-
- [Fixed](#fixed-10)
55+
- [Changed](#changed-8)
56+
- [Fixed](#fixed-12)
5257

5358
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
5459

@@ -84,6 +89,41 @@ Released YYYY/MM/DD
8489

8590
--------------------------------------------------------------------------------
8691

92+
# 0.47.2
93+
94+
Released 2019/02/22
95+
96+
## Fixed
97+
98+
* @flowbish fixed code generation for nested function prototypes. [#1508][]
99+
* Some complex C++ constructs no longer panic on code generation [#1513][]
100+
* Implicit template parameters are now appended to base classes [#1515][]
101+
* @flier fixed single-argument block pointers [#1519][]
102+
103+
[#1508]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1508
104+
[#1513]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1513
105+
[#1515]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1515
106+
[#1519]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1519
107+
108+
--------------------------------------------------------------------------------
109+
110+
# 0.47.1
111+
112+
Released 2019/02/02
113+
114+
## Changed
115+
116+
* @luser improved the error message when rustfmt cannot be found [#1501][]
117+
118+
## Fixed
119+
120+
* Reverted `clang-sys` update for regressions [#1505][]
121+
122+
[#1505]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1505
123+
[#1501]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1501
124+
125+
--------------------------------------------------------------------------------
126+
87127
# 0.47.0
88128

89129
Released 2019/01/19

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
repository = "https://github.com/rust-lang/rust-bindgen"
1515
documentation = "https://docs.rs/bindgen"
1616
homepage = "https://rust-lang.github.io/rust-bindgen/"
17-
version = "0.47.1"
17+
version = "0.47.2"
1818
build = "build.rs"
1919

2020
include = [

0 commit comments

Comments
 (0)