Skip to content

Commit 941d8ac

Browse files
committed
Update changelog
1 parent cdff674 commit 941d8ac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Changelog
22

3-
## Unreleased
4-
5-
### Add
3+
## [0.19.0] 2024/4/9
64

75
### Changed
86

7+
- Defined `rust-version` for each crate (see [#227](https://github.com/la10736/rstest/issues/235))
8+
99
### Fixed
1010

1111
- `#[once]` fixtures now require the returned type to be
1212
[`Sync`](https://doc.rust-lang.org/std/marker/trait.Sync.html) to prevent UB
1313
when tests are executed in parallel. (see [#235](https://github.com/la10736/rstest/issues/235)
1414
for more details)
15+
1516
- `#[future(awt)]` and `#[awt]` now properly handle mutable (`mut`) parameters by treating futures as immutable and
1617
treating the awaited rebinding as mutable.
1718

0 commit comments

Comments
 (0)