asserting 0.2.0

Fluent assertions for tests in Rust that are convenient to write and easy to extend.
Documentation
# Changelog


All notable changes to this project will be documented in this file.

The format is based on [Common Changelog](https://common-changelog.org/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.2.0 - 2025-03-23


### Added


* Assertion `has_error_message` asserting the string representation of an error type in a `Result`.

### Fixed


* Wrong assertions listed for the `Result` type in README
* Some broken links in the README

## 0.1.0 - 2025-03-22


_First release_