Skip to content

Commit b25a06b

Browse files
authored
Update changelog.md
1 parent 4eb113f commit b25a06b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.89] - 2024-02-10
11+
## [0.9.89] - 2025-02-10
1212

1313
### Added
1414

@@ -42,7 +42,7 @@ policy](https://nexte.st/docs/stability/) for how versioning works with cargo-ne
4242
- Nextest now documents the safety of [altering the environment within tests](https://nexte.st/docs/configuration/env-vars/#altering-the-environment-within-tests). As a result of nextest's [process-per-test model](https://nexte.st/docs/design/why-process-per-test/), it is generally safe to call [`std::env::set_var`](https://doc.rust-lang.org/std/env/fn.set_var.html) and [`remove_var`](https://doc.rust-lang.org/std/env/fn.remove_var.html) at the beginning of tests.
4343
- With Rust 1.84 and above, builds using [musl](https://musl.libc.org) no longer have [slow process spawns](https://github.com/rust-lang/rust/issues/99740). With this improvement, glibc and musl builds of nextest are now roughly at par, and should have similar performance characteristics.
4444

45-
## [0.9.88] - 2024-01-15
45+
## [0.9.88] - 2025-01-15
4646

4747
### Added
4848

0 commit comments

Comments
 (0)