# Changelog

All notable changes to this project are documented in this file.

## [0.1.2] - 2026-06-03

### Changed
- Added `ExUnitEx` as a convenience facade that imports `ExUnitEx.Assertions`.
- Updated usage examples to prefer `use ExUnitEx` instead of importing the assertions module directly.

### Added
- New `ExUnitEx.Assertions` module now holds the assertion macros and process checks.

## [0.1.1] - 2025-11-28

### Added
- Added `elixirc_paths` and dev/test tooling dependencies for project development.
- Added test support modules under `test/support`.
- Added `ex_doc`, `credo`, and `dialyxir` configuration support.

### Changed
- Refreshed project structure and test layout.

## [0.1.0] - 2023-05-12

### Added
- Initial release of `ExUnitEx` assertions for process testing.
