@@ -27,6 +27,7 @@ and deprecations made in each version of the driver libraries.
2727Learn what's new in:
2828
2929* :ref:`Version 2.0.0 <c-version-2.0.0>`
30+ * :ref:`Version 1.30.3 <c-version-1.30.3>`
3031* :ref:`Version 1.30.0 <c-version-1.30.0>`
3132* :ref:`Version 1.29.0 <c-version-1.29.0>`
3233* :ref:`Version 1.28.0 <c-version-1.28.0>`
@@ -182,6 +183,54 @@ Changes
182183For more information about this release, see the :github:`v2.0 release notes
183184</mongodb/mongo-c-driver/releases/tag/2.0.0>`.
184185
186+ .. _c-version-1.30.3:
187+
188+ What's New in 1.30.3
189+ --------------------
190+
191+ The following sections describe the changes in the 1.30.3 release of
192+ the {+driver-short+}.
193+
194+ {+libbson+}
195+ ~~~~~~~~~~~
196+
197+ The 1.30.3 release of ``{+libbson+}`` includes the following changes:
198+
199+ New Features
200+ ````````````
201+
202+ - Adds new CMake packages and imported targets for ``bson``
203+ to allow you to support both major versions without modifying your
204+ CMake project.
205+
206+ - To import ``bson`` with the new names, call ``find_package``
207+ for the ``bson`` package. The new imported target names are
208+ ``bson::static``, ``bson::shared``, and ``bson::bson``.
209+
210+ {+libmongoc+}
211+ ~~~~~~~~~~~~~
212+
213+ The 1.30.3 release of ``{+libmongoc+}`` includes the following changes:
214+
215+ New Features
216+ ````````````
217+
218+ - Adds new CMake packages and imported targets for ``bson`` and ``mongoc``
219+ to allow you to support both major versions without modifying your
220+ CMake project.
221+
222+ - To import ``mongoc`` with the new names, call ``find_package``
223+ for the ``mongoc`` package. The new imported target names are ``mongoc::static``,
224+ ``mongoc::shared``, and ``mongoc::mongoc``.
225+
226+ - To import ``bson`` with the new names, call ``find_package``
227+ for the ``bson`` package. The new imported target names are
228+ ``bson::static``, ``bson::shared``, and ``bson::bson``.
229+
230+
231+ For more information about this release, see the :github:`v1.30.3 release notes
232+ </mongodb/mongo-c-driver/releases/tag/1.30.3>`.
233+
185234.. _c-version-1.30.0:
186235
187236What's New in 1.30.0
0 commit comments