Skip to content

Commit 8c39b09

Browse files
committed
Update changelog and bump version.
1 parent 5a3a332 commit 8c39b09

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# unreleased
22

3+
# 0.29.1
4+
5+
* cf13c2b enum: Track dependencies properly in enumerations.
6+
* 307d1e9 constant: Handle cfg in associated constants.
7+
* 0902d02 Remove "display" feature from the toml crate
8+
* 9068410 Fix incorrect detection of duplicated constants
9+
* 451e768 docs: Correct after_include type in example config (fix)
10+
* aff68c6 cargo update
11+
* 09666f6 Update toml to 0.9
12+
313
# 0.29.0
414

515
* Support no-export annotation for statics and functions.

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.29.0"
3+
version = "0.29.1"
44
authors = [
55
"Emilio Cobos Álvarez <[email protected]>",
66
"Jeff Muizelaar <[email protected]>",

0 commit comments

Comments
 (0)