Help: Add release note for the instrumentation version format change in 4.3.4

This was missed in commit df36317176 (instrumentation: Revise Data
Version format, 2026-05-29, v4.4.0-rc1~43^2^2).

Closes: #27870
This commit is contained in:
Brad King
2026-06-12 09:20:38 -04:00
parent 4e87834b96
commit 5405a8a7e3
2 changed files with 11 additions and 0 deletions

View File

@@ -543,6 +543,8 @@ Example:
"cmakeContent" : "content/cmake-2025-07-11T12-46-32-0572.json"
}
.. _`cmake-instrumentation v1 Index File`:
v1 Index File
-------------

View File

@@ -299,3 +299,12 @@ Changes made since CMake 4.3.0 include the following.
* The :command:`export(PACKAGE_INFO)` command now writes to the
``cps/<package-name>`` subdirectory of the current build directory,
rather than directly to the current build directory.
.. 4.3.4
* :manual:`cmake-instrumentation(7)`, introduced in 4.3.0, has been *changed*
to generate :ref:`index files <cmake-instrumentation v1 Index File>` and
:ref:`snippet files <cmake-instrumentation v1 Snippet File>` with a new
``version`` field format. It is now an object with major and minor version
components, ``{ "major": 1, "minor": 0 }``. Previously it was an integer
with only the major version, ``1``.