Skip to content

Commit ac1a7d4

Browse files
committed
Release 0.12.2
* Fixed version detection with lockfile v2. #446 * Added support for export_name on functions. #447
1 parent 8fabbfa commit ac1a7d4

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.2
2+
3+
* Fixed version detection with lockfile v2. https://github.com/eqrion/cbindgen/pull/446
4+
* Added support for export_name on functions. https://github.com/eqrion/cbindgen/pull/447
5+
16
## 0.12.1
27

38
* Added support for #[repr*64)] on enums. https://github.com/eqrion/cbindgen/pull/441

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

0 commit comments

Comments
 (0)