File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# unreleased
22
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+
317# 0.27.0
418
519 * Revert: The `Config` struct now has a private member.
Original file line number Diff line number Diff line change 11[package ]
22name = " cbindgen"
3- version = " 0.27 .0"
3+ version = " 0.28 .0"
44authors = [
55 " Emilio Cobos Álvarez <emilio@crisal.io>" ,
66 " Jeff Muizelaar <jmuizelaar@mozilla.com>" ,
You can’t perform that action at this time.
0 commit comments