Skip to content

Commit

Permalink
Release 0.12.2
Browse files Browse the repository at this point in the history
* Fixed version detection with lockfile v2. #446
* Added support for export_name on functions. #447
  • Loading branch information
emilio committed Jan 10, 2020
1 parent 8fabbfa commit ac1a7d4
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.2

* Fixed version detection with lockfile v2. https://github.com/eqrion/cbindgen/pull/446
* Added support for export_name on functions. https://github.com/eqrion/cbindgen/pull/447

## 0.12.1

* Added support for #[repr*64)] on enums. https://github.com/eqrion/cbindgen/pull/441
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.12.1"
version = "0.12.2"
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>",
"Kartikaya Gupta <kats@mozilla.com>",
"Ryan Hunt <rhunt@eqrion.net>"]
Expand Down

2 comments on commit ac1a7d4

@jbeich
Copy link

@jbeich jbeich commented on ac1a7d4 Jan 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add v0.12.2 tag as well?

@emilio
Copy link
Collaborator Author

@emilio emilio commented on ac1a7d4 Jan 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, missed it.

Please sign in to comment.