Skip to content

Commit 38fda6b

Browse files
committed
v0.12.0
* Added support for #[repr(align)] and #[repr(packed)] on structs and unions. #431 * Added support to generate copy-assignment operators for tagged enums. #434
1 parent 48f1038 commit 38fda6b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.12.0
2+
3+
* Added support for #[repr(align)] and #[repr(packed)] on structs and unions. https://github.com/eqrion/cbindgen/pull/431
4+
* Added support to generate copy-assignment operators for enums. https://github.com/eqrion/cbindgen/pull/434
5+
16
## 0.11.1
27

38
* More binary operators and expressions are supported. https://github.com/eqrion/cbindgen/pull/425

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.11.1"
3+
version = "0.12.0"
44
authors = ["Jeff Muizelaar <[email protected]>",
55
"Kartikaya Gupta <[email protected]>",
66
"Ryan Hunt <[email protected]>"]

0 commit comments

Comments
 (0)