Skip to content

Commit bd157e5

Browse files
committed
[meta] prepare release
1 parent 08c2ff5 commit bd157e5

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

site/src/changelog.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@ toc_depth: 1
88
This page documents new features and bugfixes for cargo-nextest. Please see the [stability
99
policy](https://nexte.st/docs/stability/) for how versioning works with cargo-nextest.
1010

11-
## [0.9.100-rc.2] - 2025-06-18
11+
## [0.9.100] - 2025-07-07
1212

13-
This is a test release.
13+
### Added
14+
15+
- A new `global-timeout` option allows setting a global timeout for the entire run. This is an alternative to the Unix `timeout` command that also works on Windows.
16+
17+
For more information, see [_Setting a global timeout_](https://nexte.st/docs/features/slow-tests/#setting-a-global-timeout).
18+
19+
- Nextest now reports progress to the terminal emulator for display in places like the task bar, similar to Cargo 1.87 and above. Terminal progress integration uses `OSC 9;4`, and is enabled by default in Windows Terminal, ConEmu, and WezTerm.
20+
21+
To configure this, use Cargo's [`term.progress.term-integration` option](https://doc.rust-lang.org/cargo/reference/config.html#termprogressterm-integration).
1422

1523
## [0.9.99] - 2025-06-16
1624

site/src/docs/configuration/env-vars.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ Nextest also reads the following environment variables to emulate Cargo's behavi
6767
`CARGO_TERM_COLOR`
6868
: Default color mode: `always`, `auto`, or `never`
6969

70+
`CARGO_TERM_PROGRESS_TERM_INTEGRATION`
71+
: <!-- md:version 0.9.100 --> Report progress to the terminal emulator for display in places like the task bar: `true` or `false`
72+
7073
</div>
7174

7275
### Cargo-related environment variables nextest reads

0 commit comments

Comments
 (0)