@@ -26,6 +26,7 @@ and deprecations made in each version of the driver libraries.
2626
2727Learn what's new in:
2828
29+ * :ref:`Version 1.30.3 <c-version-1.30.3>`
2930* :ref:`Version 1.30.0 <c-version-1.30.0>`
3031* :ref:`Version 1.29.0 <c-version-1.29.0>`
3132* :ref:`Version 1.28.0 <c-version-1.28.0>`
@@ -42,6 +43,54 @@ Learn what's new in:
4243
4344.. _c-upcoming-breaking-changes:
4445
46+ .. _c-version-1.30.3:
47+
48+ What's New in 1.30.3
49+ --------------------
50+
51+ The following sections describe the changes in the 1.30.3 release of
52+ the {+driver-short+}.
53+
54+ {+libbson+}
55+ ~~~~~~~~~~~
56+
57+ The 1.30.3 release of ``{+libbson+}`` includes the following changes:
58+
59+ New Features
60+ ````````````
61+
62+ - In anticipation of the v2.0 release, adds new CMake packages and imported targets for ``bson``
63+ to allow you to support both major versions without modifying your
64+ CMake project.
65+
66+ - To import ``bson`` with the new names, call ``find_package``
67+ for the ``bson`` package. The new imported target names are
68+ ``bson::static``, ``bson::shared``, and ``bson::bson``.
69+
70+ {+libmongoc+}
71+ ~~~~~~~~~~~~~
72+
73+ The 1.30.3 release of ``{+libmongoc+}`` includes the following changes:
74+
75+ New Features
76+ ````````````
77+
78+ - In anticipation of the v2.0 release, adds new CMake packages and imported targets for ``bson`` and ``mongoc``
79+ to allow you to support both major versions without modifying your
80+ CMake project.
81+
82+ - To import ``mongoc`` with the new names, call ``find_package``
83+ for the ``mongoc`` package. The new imported target names are ``mongoc::static``,
84+ ``mongoc::shared``, and ``mongoc::mongoc``.
85+
86+ - To import ``bson`` with the new names, call ``find_package``
87+ for the ``bson`` package. The new imported target names are
88+ ``bson::static``, ``bson::shared``, and ``bson::bson``.
89+
90+
91+ For more information about this release, see the :github:`v1.30.3 release notes
92+ </mongodb/mongo-c-driver/releases/tag/1.30.3>`.
93+
4594.. _c-version-1.30.0:
4695
4796What's New in 1.30.0
0 commit comments