# [Unreleased]
# [0.3.0] - 2026-02-10
## Added
- `assert_match_option!()` and `assert_not_match_option!()`: assertion for `Option<T>` value.
- `assert_match_result!()` and `assert_not_match_result!()` assertion for `Result<T, E>` value.
## Updated
- free optional message for `fail!()` macro.
# [0.2.0] - 2026-02-06
## Added
- new macro `fail!()` to force the test failure.
- new macros `setup!()` and `teardown!()` for test starting and ending.
## Updated
- `assert_all!` macro simplification
# [0.1.0] - 2026-02-05
## Added
- new macro `assert_all!(...)` for multiple assertions