Skip to content

Commit 8bb7a75

Browse files
committed
Bump to version 0.33.1
1 parent 69e4378 commit 8bb7a75

File tree

3 files changed

+69
-11
lines changed

3 files changed

+69
-11
lines changed

CHANGELOG.md

+67-9
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,38 @@
99
- [Removed](#removed)
1010
- [Fixed](#fixed)
1111
- [Security](#security)
12-
- [0.32.0](#0320)
12+
- [0.33.1](#0331)
13+
- [Fixed](#fixed-1)
14+
- [0.33.0](#0330)
1315
- [Added](#added-1)
1416
- [Changed](#changed-1)
15-
- [Fixed](#fixed-1)
16-
- [0.31.0](#0310)
17-
- [Added](#added-2)
18-
- [Changed](#changed-2)
1917
- [Deprecated](#deprecated-1)
2018
- [Removed](#removed-1)
2119
- [Fixed](#fixed-2)
22-
- [0.30.0](#0300)
20+
- [Security](#security-1)
21+
- [0.32.2](#0322)
22+
- [Fixed](#fixed-3)
23+
- [0.32.1](#0321)
24+
- [Fixed](#fixed-4)
25+
- [0.32.0](#0320)
26+
- [Added](#added-2)
27+
- [Changed](#changed-2)
28+
- [Fixed](#fixed-5)
29+
- [0.31.0](#0310)
2330
- [Added](#added-3)
2431
- [Changed](#changed-3)
2532
- [Deprecated](#deprecated-2)
26-
- [Fixed](#fixed-3)
27-
- [0.29.0](#0290)
33+
- [Removed](#removed-2)
34+
- [Fixed](#fixed-6)
35+
- [0.30.0](#0300)
2836
- [Added](#added-4)
2937
- [Changed](#changed-4)
30-
- [Fixed](#fixed-4)
38+
- [Deprecated](#deprecated-3)
39+
- [Fixed](#fixed-7)
40+
- [0.29.0](#0290)
41+
- [Added](#added-5)
42+
- [Changed](#changed-5)
43+
- [Fixed](#fixed-8)
3144

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

@@ -63,6 +76,51 @@ Released YYYY/MM/DD
6376

6477
--------------------------------------------------------------------------------
6578

79+
# 0.33.1
80+
81+
Released 2018/02/14
82+
83+
## Fixed
84+
85+
* Reverted the dependency update to `quote = "0.4"` and addition of the
86+
`proc_macro2` dependency. The `proc_macro2` crate depends on `rustc` internal
87+
libraries, which means that CLIs which use it must be run under `rustup`,
88+
which is not acceptable for `bindgen`. [#1248][]
89+
90+
[#1248]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1248
91+
92+
--------------------------------------------------------------------------------
93+
94+
# 0.33.0
95+
96+
Released YYYY/MM/DD
97+
98+
## Added
99+
100+
* TODO (or remove section if none)
101+
102+
## Changed
103+
104+
* TODO (or remove section if none)
105+
106+
## Deprecated
107+
108+
* TODO (or remove section if none)
109+
110+
## Removed
111+
112+
* TODO (or remove section if none)
113+
114+
## Fixed
115+
116+
* TODO (or remove section if none)
117+
118+
## Security
119+
120+
* TODO (or remove section if none)
121+
122+
--------------------------------------------------------------------------------
123+
66124
# 0.32.2
67125

68126
Released 2018/01/22

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
@@ -13,7 +13,7 @@ name = "bindgen"
1313
readme = "README.md"
1414
repository = "https://github.com/rust-lang-nursery/rust-bindgen"
1515
documentation = "https://docs.rs/bindgen"
16-
version = "0.33.0"
16+
version = "0.33.1"
1717
build = "build.rs"
1818

1919
include = [

0 commit comments

Comments
 (0)