From fae70df9a93419f4eecfd525949d2c5b705b7a88 Mon Sep 17 00:00:00 2001 From: alloncm Date: Sun, 8 Feb 2026 23:09:54 +0200 Subject: [PATCH 1/4] Bump version to 0.29.3 and update CHANGES doc --- CHANGES | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 49d0b459..3e43dd3a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ # unreleased +# 0.29.3 + + * Expose the line_endings config option to use with the builder + # 0.29.2 * Request serde's std feature to avoid issues with newer toml versions. diff --git a/Cargo.toml b/Cargo.toml index 1b684aca..2d0ac3a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cbindgen" -version = "0.29.2" +version = "0.29.3" authors = [ "Emilio Cobos Álvarez ", "Jeff Muizelaar ", From b3f17e7d2a93d71d2f3355f43ccc20c72af40e99 Mon Sep 17 00:00:00 2001 From: alloncm Date: Sun, 8 Feb 2026 23:23:11 +0200 Subject: [PATCH 2/4] Update Cargo.lock --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index b245b5ed..5f280381 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,7 @@ checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" [[package]] name = "cbindgen" -version = "0.29.2" +version = "0.29.3" dependencies = [ "clap", "heck", From 9142c5d0cd0089f7d4cfd53327d26fea9fcb02cc Mon Sep 17 00:00:00 2001 From: alloncm Date: Mon, 16 Mar 2026 22:02:49 +0200 Subject: [PATCH 3/4] Update CHANGES file with new version notes --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 3e43dd3a..1e92de34 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,9 @@ # 0.29.3 * Expose the line_endings config option to use with the builder + * Fix doc attribute parsing to properly handle block comments + * Check for CMSE ABI's as well + * ci: Add a meta job to block the merge queue on it. # 0.29.2 From acd1dab756089787565cfbdaff482d4cc31d2da3 Mon Sep 17 00:00:00 2001 From: alloncm Date: Wed, 29 Apr 2026 20:26:46 +0300 Subject: [PATCH 4/4] Update changes file --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 1e92de34..ef35a2e5 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,7 @@ * Fix doc attribute parsing to properly handle block comments * Check for CMSE ABI's as well * ci: Add a meta job to block the merge queue on it. + * Allow `pub` access to `ReprType` fields # 0.29.2