Skip to content

Commit 8d4cd21

Browse files
committed
[meta] prepare changelogs
1 parent 0465a5e commit 8d4cd21

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

nextest-metadata/CHANGELOG.md

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

3+
## [0.14.0] - 2026-03-16
4+
5+
### Added
6+
7+
- A new `build_directory` field on `RustBuildMetaSummary`. When Cargo's `build.build-dir` is configured, the build directory (for intermediate artifacts) differs from the target directory. This is `None` when parsing metadata from older nextest versions, in which case consumers should treat it as equal to `target_directory`.
8+
- A new `build_script_info` field on `RustBuildMetaSummary`, keyed by package ID. This is `None` when parsing metadata from older nextest versions.
9+
- The values of this map are `BuildScriptInfoSummary` structs, which currently contain an `envs` field consisting of environment variables set by `cargo::rustc-env` directives.
10+
11+
### Changed
12+
13+
- `base_output_directories`, `build_script_out_dirs`, and `linked_paths` are now documented as relative to the build directory rather than the target directory.
14+
315
## [0.13.3] - 2026-01-25
416

517
### Added
@@ -289,6 +301,7 @@ This release is compatible with cargo-nextest 0.9.10 and later.
289301

290302
- Initial version, with support for listing tests.
291303

304+
[0.14.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.14.0
292305
[0.13.3]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.13.3
293306
[0.13.2]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.13.2
294307
[0.13.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.13.1

site/src/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ policy](https://nexte.st/docs/stability/) for how versioning works with cargo-ne
4949

5050
Traces support grouping by binary (default) or by slot (`--group-by slot`), and can be exported from both on-disk runs and [portable recordings](https://nexte.st/docs/features/record-replay-rerun/portable-recordings/). For more, see [_Perfetto traces_](https://nexte.st/docs/features/record-replay-rerun/perfetto-chrome-traces/).
5151

52+
### Fixed
53+
54+
- Nextest now works with the new build directory layout ([`-Zbuild-dir-new-layout`](https://blog.rust-lang.org/2026/03/13/call-for-testing-build-dir-layout-v2/)), and with the build directory being separate from the target directory ([`build.build-dir`](https://doc.rust-lang.org/cargo/reference/config.html#buildbuild-dir)). ([#3168], [#3169])
55+
5256
### Miscellaneous
5357

5458
- Self-update (`cargo nextest self update`) now uses ureq instead of reqwest and replaces the `ring` dependency with `aws-lc-rs`. This may require you to install CMake if you're on a less-commonly-used platform. ([#3141])
@@ -62,6 +66,8 @@ policy](https://nexte.st/docs/stability/) for how versioning works with cargo-ne
6266
[#3148]: https://github.com/nextest-rs/nextest/pull/3148
6367
[#3158]: https://github.com/nextest-rs/nextest/pull/3158
6468
[#3163]: https://github.com/nextest-rs/nextest/pull/3163
69+
[#3168]: https://github.com/nextest-rs/nextest/pull/3168
70+
[#3169]: https://github.com/nextest-rs/nextest/pull/3169
6571

6672
## [0.9.130] - 2026-03-09
6773

0 commit comments

Comments
 (0)