Skip to content

Commit

Permalink
Release 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Jan 15, 2025
1 parent 8ca9c4c commit bd78bbe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# unreleased

# 0.28.0

* Parse unsafe attributes in https://github.com/mozilla/cbindgen/pull/1020
* Fix local override of enum prefix-with-name by jsgf in https://github.com/mozilla/cbindgen/pull/1006
* Add rename-all=prefix in https://github.com/mozilla/cbindgen/pull/1021
* ir: add support for UnsafeCell and SyncUnsafeCell by alekitto in https://github.com/mozilla/cbindgen/pull/1003
* Implement mangling for arrays in https://github.com/mozilla/cbindgen/pull/1022
* Fix: Ignore `CARGO_BUILD_TARGET` in tests by bryango in https://github.com/mozilla/cbindgen/pull/1010
* Newline for each field for constexpr field constants by youknowone in https://github.com/mozilla/cbindgen/pull/988
* Fix clippy warnings by youknowone in https://github.com/mozilla/cbindgen/pull/1026
* Add aarch64/arm64 to CI by NickeZ in https://github.com/mozilla/cbindgen/pull/1036
* Add `unstable_ir` feature flag that makes the ir pub by heesooy in https://github.com/mozilla/cbindgen/pull/1011
* Support generated a symbols file by TheElectronWill in https://github.com/mozilla/cbindgen/pull/916

# 0.27.0

* Revert: The `Config` struct now has a private member.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cbindgen"
version = "0.27.0"
version = "0.28.0"
authors = [
"Emilio Cobos Álvarez <[email protected]>",
"Jeff Muizelaar <[email protected]>",
Expand Down

0 comments on commit bd78bbe

Please sign in to comment.