Commit f33146e 1 parent 96babf1 commit f33146e Copy full SHA for f33146e
File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# unreleased
2
2
3
+ # 0.28.0
4
+
5
+ * Parse unsafe attributes in https://github.com/mozilla/cbindgen/pull/1020
6
+ * Fix local override of enum prefix-with-name by jsgf in https://github.com/mozilla/cbindgen/pull/1006
7
+ * Add rename-all=prefix in https://github.com/mozilla/cbindgen/pull/1021
8
+ * ir: add support for UnsafeCell and SyncUnsafeCell by alekitto in https://github.com/mozilla/cbindgen/pull/1003
9
+ * Implement mangling for arrays in https://github.com/mozilla/cbindgen/pull/1022
10
+ * Fix: Ignore `CARGO_BUILD_TARGET` in tests by bryango in https://github.com/mozilla/cbindgen/pull/1010
11
+ * Newline for each field for constexpr field constants by youknowone in https://github.com/mozilla/cbindgen/pull/988
12
+ * Fix clippy warnings by youknowone in https://github.com/mozilla/cbindgen/pull/1026
13
+ * Add aarch64/arm64 to CI by NickeZ in https://github.com/mozilla/cbindgen/pull/1036
14
+ * Add `unstable_ir` feature flag that makes the ir pub by heesooy in https://github.com/mozilla/cbindgen/pull/1011
15
+ * Support generated a symbols file by TheElectronWill in https://github.com/mozilla/cbindgen/pull/916
16
+
3
17
# 0.27.0
4
18
5
19
* Revert: The `Config` struct now has a private member.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cbindgen"
3
- version = " 0.27 .0"
3
+ version = " 0.28 .0"
4
4
authors = [
5
5
" Emilio Cobos Álvarez <emilio@crisal.io>" ,
6
6
" Jeff Muizelaar <jmuizelaar@mozilla.com>" ,
You can’t perform that action at this time.
0 commit comments