Release 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
This commit is contained in:
Emilio Cobos Álvarez
2020-01-10 14:07:52 +01:00
parent 8fabbfa4b5
commit ac1a7d47e8
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -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