Skip to content

Commit 056ed33

Browse files
docs: prepare for 0.11.2 (#1064)
Preparing for 0.11.2. --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 455756e commit 056ed33

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

docs/about/changelog.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## Version 0.11.2
4+
5+
This release allows dynamic-metadata to reference other fields, which enables a
6+
new plugin, "template", and enables the fancy readme plugin to include the
7+
version. There are also a few fixes; `Python_EXECUTABLE` is now a proper CMake
8+
path, and using a renamed option from the command line or environment variable
9+
no longer triggers an error when the min required version is from before that
10+
was introduced.
11+
12+
Features:
13+
14+
- Add template dynamic-metadata plugin and support requesting other fields by
15+
@henryiii in #1047
16+
- Parse the CMake file-api during configuration by @LecrisUT in #1016
17+
- Add a couple of build commands by @henryiii in #1055
18+
19+
Fixes:
20+
21+
- Make sure all paths are CMake paths by @henryiii in #1063
22+
- Support overriding renamed options by @henryiii in #1054
23+
24+
CI and testing:
25+
26+
- Add Windows ARM by @henryiii in #1046
27+
- Add more tests of package traversal by @vyasr in #906
28+
- A few better ids by @henryiii in #1058
29+
30+
Docs:
31+
32+
- Fix community meeting link by @jcfr in #1049
33+
- Add a field metadata to the setting fields by @LecrisUT in #1051
34+
- Document how to deal with dynamic linking by @LecrisUT in #1022
35+
- Fix typo in macOS repair wheel tool name by @burgholzer in #1042
36+
337
## Version 0.11.1
438

539
This release contains two small fixes for edge case issues.

0 commit comments

Comments
 (0)