From 97a27b34611f79be67a798bf0314f6118cc5260f Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Fri, 21 Feb 2025 09:43:56 -0500 Subject: [PATCH] add NEWS for 1.30.1 --- NEWS | 5 +++++ src/libbson/NEWS | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/NEWS b/NEWS index 4d6c09e5ea..f4c81dc756 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +libmongoc 1.30.1 +================ + +No changes since 1.30.0. Version incremented to match the libbson version. + libmongoc 1.30.0 ================ diff --git a/src/libbson/NEWS b/src/libbson/NEWS index af703e75bb..4f37ae7cb8 100644 --- a/src/libbson/NEWS +++ b/src/libbson/NEWS @@ -6,6 +6,17 @@ Changes: * `BSON_ERROR_BUFFER_SIZE` is reduced from `504` to `503` to reserve the final byte for internal use. * The data layout of `bson_error_t` remains otherwise unchanged: the size is still 512 bytes and the offset of the `.code`, `.domain`, and `.message` data members remain unchanged. +libbson 1.30.1 +============== + +Fixes: + * Fix `BSON_NORETURN` macro for C23 standard + +Thanks to everyone who contributed to the development of this release. + + * Micah Scott + + libbson 1.30.0 ==============