All notable changes to this project will be documented in this file. This project adheres to $Semantic Versioning.
v0.2.2 - 2021-10-09
- fixed
c_char
on ARM64 macOS
v0.2.1 - 2019-11-16
- Support for the
xtensa
,riscv32
andriscv64
architectures
v0.2.0 - 2019-02-06
- [breaking-change]
cty::c_void
is now a type alias ofcore::ffi::c_void
.
v0.1.5 - 2017-05-29
- More types like
int32_t
v0.1.4 - 2017-05-29
- Support for the
msp430
architecture.
- [breaking-change] The type definitions of
c_long
andc_ulong
.
v0.1.3 - 2017-05-29 - YANKED
- Support for the
nvptx
andnvptx64
architectures.
v0.1.2 - 2017-05-29 - YANKED
- [breaking-change] The type definitions of
c_int
andc_uint
.
v0.1.1 - 2017-05-29 - YANKED
- [breaking-change] The type definitions of
c_long
,c_ulong
andc_longlong
.
- Initial release