Skip to content

v0.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 09:34
· 130 commits to master since this release
8604b2c
  • Support rename rule for union body members (#751).
  • constant: Add support for associated constant expressions (#752).
  • Fix regression in CamelCase rename rule (should be lowerCamelCase) (#750).
  • enumeration: simplify standard types in variants (#749).
  • Avoid generating and writing bindings when called recursively (#747).
  • Cython: Omit per-variant tags in unions generated for Rust enums (#748).
  • Update various dependencies.