From 0a5f306a1ac1562229d7c553bdf9500a94003171 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 1 May 2025 01:51:35 -0400 Subject: [PATCH 1/2] docs: prepare for 0.11.2 Signed-off-by: Henry Schreiner --- docs/about/changelog.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/docs/about/changelog.md b/docs/about/changelog.md index bf71e2c27..63797495e 100644 --- a/docs/about/changelog.md +++ b/docs/about/changelog.md @@ -1,5 +1,38 @@ # Changelog +## Version 0.11.2 + +This release allows dynamic-metadata to reference other fields, which enables a +new plugin, "template", and enables the fancy readme plugin to include the +version. There are also a few fixes; `Python_EXECUTABLE` is now a proper CMake +path, and using a renamed option from the command line or environment variable +no longer triggers an error when the min required version is from before that +was introduced. + +Features: + +* Add template dynamic-metadata plugin and support requesting other fields by @henryiii in #1047 +* Parse the CMake file-api during configuration by @LecrisUT in #1016 +* Add a couple of build commands by @henryiii in #1055 + +Fixes: + +* Make sure all paths are CMake paths by @henryiii in #1063 +* Support overriding renamed options by @henryiii in #1054 + +CI and testing: + +* Add Windows ARM by @henryiii in #1046 +* Add more tests of package traversal by @vyasr in #906 +* A few better ids by @henryiii in #1058 + +Docs: + +* Fix community meeting link by @jcfr in #1049 +* Add a field metadata to the setting fields by @LecrisUT in #1051 +* Document how to deal with dynamic linking by @LecrisUT in #1022 +* Fix typo in macOS repair wheel tool name by @burgholzer in #1042 + ## Version 0.11.1 This release contains two small fixes for edge case issues. From 15514074a0df2ae4d2758251640046fde4268d51 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 05:52:54 +0000 Subject: [PATCH 2/2] style: pre-commit fixes --- docs/about/changelog.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/docs/about/changelog.md b/docs/about/changelog.md index 63797495e..29475b06f 100644 --- a/docs/about/changelog.md +++ b/docs/about/changelog.md @@ -4,34 +4,35 @@ This release allows dynamic-metadata to reference other fields, which enables a new plugin, "template", and enables the fancy readme plugin to include the -version. There are also a few fixes; `Python_EXECUTABLE` is now a proper CMake +version. There are also a few fixes; `Python_EXECUTABLE` is now a proper CMake path, and using a renamed option from the command line or environment variable no longer triggers an error when the min required version is from before that was introduced. Features: -* Add template dynamic-metadata plugin and support requesting other fields by @henryiii in #1047 -* Parse the CMake file-api during configuration by @LecrisUT in #1016 -* Add a couple of build commands by @henryiii in #1055 +- Add template dynamic-metadata plugin and support requesting other fields by + @henryiii in #1047 +- Parse the CMake file-api during configuration by @LecrisUT in #1016 +- Add a couple of build commands by @henryiii in #1055 Fixes: -* Make sure all paths are CMake paths by @henryiii in #1063 -* Support overriding renamed options by @henryiii in #1054 +- Make sure all paths are CMake paths by @henryiii in #1063 +- Support overriding renamed options by @henryiii in #1054 CI and testing: -* Add Windows ARM by @henryiii in #1046 -* Add more tests of package traversal by @vyasr in #906 -* A few better ids by @henryiii in #1058 +- Add Windows ARM by @henryiii in #1046 +- Add more tests of package traversal by @vyasr in #906 +- A few better ids by @henryiii in #1058 Docs: -* Fix community meeting link by @jcfr in #1049 -* Add a field metadata to the setting fields by @LecrisUT in #1051 -* Document how to deal with dynamic linking by @LecrisUT in #1022 -* Fix typo in macOS repair wheel tool name by @burgholzer in #1042 +- Fix community meeting link by @jcfr in #1049 +- Add a field metadata to the setting fields by @LecrisUT in #1051 +- Document how to deal with dynamic linking by @LecrisUT in #1022 +- Fix typo in macOS repair wheel tool name by @burgholzer in #1042 ## Version 0.11.1