# Changelog
## [1.1.0]
- Change: Support pytest 8

## [1.0.5]
- Change: Remove unused code
- Change: Capture a general Exception (not limited to ImportError and ModuleNotFoundError) when attempting to import modules during collection phase

## [1.0.4]
- Change: Update README

## [1.0.3]
### Changed
- Change: Use `itest` instead of `Here` for inline test constructor

## [1.0.2]
### Fix
- Fix: inlinetest-only skips collecting inline tests

### Added
- Add badges in README

## [1.0.1]
### Added
- New README

## [1.0.0]
### Added 

- JUnit 5 features: timeout, more types of assertions, assumptions, and running tests in order
- Option "inlinetest-only"
- Integration tests of running tests in parallel with pytest-xdist
