Skip to content

Commit db54ccf

Browse files
authored
Update NEWS and release steps after 1.29.1 release (#1809)
* update NEWS for 1.29.1 * clarify branch used to generate announcement text
1 parent cd0844c commit db54ccf

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
libmongoc 1.29.1
2+
================
3+
4+
Fixes:
5+
6+
* Assert session is consistent with client in `mongoc_bulkwrite_set_session`.
7+
8+
Thanks to everyone who contributed to the development of this release.
9+
10+
* Jeremy Mikola
11+
* Kevin Albertson
12+
13+
14+
115
libmongoc 1.29.0
216
================
317

@@ -29,6 +43,7 @@ Thanks to everyone who contributed to the development of this release.
2943
* Andreas Braun
3044
* Joshua Siegel
3145

46+
3247
libmongoc 1.28.1
3348
================
3449

docs/dev/releasing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Publish Additional Artifacts
361361

362362

363363
.. warning::
364-
The below steps should be run using the ``master`` branch, regardless of
364+
This step should be run using the ``master`` branch, regardless of
365365
which branch is used for the release.
366366

367367
We publish a release archive that contains a snapshot of the repository and some
@@ -440,6 +440,7 @@ __ https://www.mongodb.com/community/forums/c/announcements/driver-releases/110
440440

441441
To generate the release template text, use the following::
442442

443+
$ git checkout $RELEASE_BRANCH
443444
$ python $CDRIVER_TOOLS/release.py announce -t community $NEW_VERSION
444445

445446
Update/fix-up the generated text for the new release and publish the new post.

src/libbson/NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
libbson 1.29.1
2+
==============
3+
4+
Fixes:
5+
6+
* Fix result of `bson_strerror_r` on macOS.
7+
* Fix max length string handling `bson_value_copy`.
8+
9+
10+
Thanks to everyone who contributed to the development of this release.
11+
12+
* Kevin Albertson
13+
14+
15+
116
libbson 1.29.0
217
==============
318

0 commit comments

Comments
 (0)