Skip to content

Commit f33146e

Browse files
committed
Release 0.28.0
1 parent 96babf1 commit f33146e

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGES

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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.

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "cbindgen"
3-
version = "0.27.0"
3+
version = "0.28.0"
44
authors = [
55
"Emilio Cobos Álvarez <emilio@crisal.io>",
66
"Jeff Muizelaar <jmuizelaar@mozilla.com>",

0 commit comments

Comments
 (0)