v0.2.0
v0.2.0 (2019-07-27)
Merged pull requests:
Now, the syntax of the @cenum
macro is the same as Julia's @enum
. Since this is a breaking change, you could either regenerate wrappers using Clang.jl-v0.9.1 or add compat info CEnum = "~0.1"
into Project.toml.