Skip to content

Commit b9a2209

Browse files
committed
Version bump.
1 parent 597b033 commit b9a2209

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.24.0
2+
3+
* Basic const generic suppor (#759, #760 #762).
4+
* Suffixes on integer literals are now honored to avoid narrowing (#764).
5+
16
## 0.23.0
27

38
* Better support for constexpr. (#756)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cbindgen"
3-
version = "0.23.0"
3+
version = "0.24.0"
44
authors = [
55
"Emilio Cobos Álvarez <emilio@crisal.io>",
66
"Jeff Muizelaar <jmuizelaar@mozilla.com>",

0 commit comments

Comments
 (0)