Skip to content

Commit 798cfab

Browse files
committed
v0.23.0
1 parent 305ccfe commit 798cfab

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.23.0
2+
3+
* Better support for constexpr. (#756)
4+
* constexpr is now enabled by default in C++ mode. You can use const.allow_constexpr=false to revert to previous behavior. (#756)
5+
* Minimum syn version no longer parses old rust code. (#754)
6+
17
## 0.22.0
28

39
* Support rename rule for union body members (#751).

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cbindgen"
3-
version = "0.22.0"
3+
version = "0.23.0"
44
authors = [
55
"Emilio Cobos Álvarez <[email protected]>",
66
"Jeff Muizelaar <[email protected]>",

0 commit comments

Comments
 (0)