Skip to content

v0.2.0

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 28 Jul 15:15
· 17 commits to master since this release
v0.2.0

v0.2.0 (2019-07-27)

Diff since v0.1.2

Merged pull requests:

  • Improve C99 Compatibility (#4) (Gnimuc)

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.