Skip to content

Commit

Permalink
Merge tag 'v0.22.0'
Browse files Browse the repository at this point in the history
v0.22.0

      * Support rename rule for union body members (mozilla#751).
      * constant: Add support for associated constant expressions (mozilla#752).
      * Fix regression in CamelCase rename rule (should be lowerCamelCase) (mozilla#750).
      * enumeration: simplify standard types in variants (mozilla#749).
      * Avoid generating and writing bindings when called recursively (mozilla#747).
      * Cython: Omit per-variant tags in unions generated for Rust enums (mozilla#748).
      * Update various dependencies.

# Conflicts:
#	tests/rust/enum.toml
  • Loading branch information
mhallin committed May 25, 2024
2 parents 2bb6844 + 8604b2c commit 0bbb318
Show file tree
Hide file tree
Showing 59 changed files with 1,213 additions and 224 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.22.0

* 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.

## 0.21.0

* Update MSRV to 1.54.0
Expand Down
Loading

0 comments on commit 0bbb318

Please sign in to comment.