|
9 | 9 | - [Removed](#removed)
|
10 | 10 | - [Fixed](#fixed)
|
11 | 11 | - [Security](#security)
|
12 |
| -- [0.32.0](#0320) |
| 12 | +- [0.33.1](#0331) |
| 13 | + - [Fixed](#fixed-1) |
| 14 | +- [0.33.0](#0330) |
13 | 15 | - [Added](#added-1)
|
14 | 16 | - [Changed](#changed-1)
|
15 |
| - - [Fixed](#fixed-1) |
16 |
| -- [0.31.0](#0310) |
17 |
| - - [Added](#added-2) |
18 |
| - - [Changed](#changed-2) |
19 | 17 | - [Deprecated](#deprecated-1)
|
20 | 18 | - [Removed](#removed-1)
|
21 | 19 | - [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) |
23 | 30 | - [Added](#added-3)
|
24 | 31 | - [Changed](#changed-3)
|
25 | 32 | - [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) |
28 | 36 | - [Added](#added-4)
|
29 | 37 | - [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) |
31 | 44 |
|
32 | 45 | <!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
33 | 46 |
|
@@ -63,6 +76,51 @@ Released YYYY/MM/DD
|
63 | 76 |
|
64 | 77 | --------------------------------------------------------------------------------
|
65 | 78 |
|
| 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 | + |
66 | 124 | # 0.32.2
|
67 | 125 |
|
68 | 126 | Released 2018/01/22
|
|
0 commit comments