Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
 * Added support for #[repr(align)] and #[repr(packed)] on structs and unions. #431
 * Added support to generate copy-assignment operators for tagged enums. #434
  • Loading branch information
emilio committed Dec 16, 2019
1 parent 48f1038 commit 38fda6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.12.0

* Added support for #[repr(align)] and #[repr(packed)] on structs and unions. https://github.com/eqrion/cbindgen/pull/431
* Added support to generate copy-assignment operators for enums. https://github.com/eqrion/cbindgen/pull/434

## 0.11.1

* More binary operators and expressions are supported. https://github.com/eqrion/cbindgen/pull/425
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.11.1"
version = "0.12.0"
authors = ["Jeff Muizelaar <[email protected]>",
"Kartikaya Gupta <[email protected]>",
"Ryan Hunt <[email protected]>"]
Expand Down

0 comments on commit 38fda6b

Please sign in to comment.