Skip to content

Commit 8021542

Browse files
committed
Release 0.29.0
1 parent f3a0ecd commit 8021542

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# unreleased
22

3+
# 0.29.0
4+
5+
* Support no-export annotation for statics and functions.
6+
* Fixed conditional fields of constexpr literal structs
7+
* Add rename rule for generated associated constant
8+
* Upgrade heck to 0.5
9+
* Add support for an optional nullable attribute
10+
* docs.md: Fix deprecated_with_note and deprecated_variant_with_note being spelled as 'notes'
11+
* Fix generic with "void" default
12+
* Fixed error generation of structures using the keyword as inside arrays
13+
* Added test for unsafe(no_mangle) attribute
14+
* Fixed handling of trait methods containing the unsafe attribute
15+
* Rename -Zparse-only
16+
317
# 0.28.0
418

519
* Parse unsafe attributes in https://github.com/mozilla/cbindgen/pull/1020

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cbindgen"
3-
version = "0.28.0"
3+
version = "0.29.0"
44
authors = [
55
"Emilio Cobos Álvarez <[email protected]>",
66
"Jeff Muizelaar <[email protected]>",

0 commit comments

Comments
 (0)