- Migrated to Github Actions + `nox` for CI/CD.
- New helper function `get_current_case_id` to get the current case id for a given `pytest` request or item. Fixes [189](https://github.com/smarie/python-pytest-cases/issues/189)
- Extended the support of fixture closure modifications to `remove` and `insert(0, f)`. This in particular solves an issue with `pytest-asyncio`. Fixes [176](https://github.com/smarie/python-pytest-cases/issues/176)
- New `filters` module providing helper functions `has_tag`, `id_has_prefix`, `id_has_suffix`, `id_match_regex` to easily create custom filters for use in `parametrize_with_cases(filter=...)`. PR [184](https://github.com/smarie/python-pytest-cases/pull/184) by [saroad2](https://github.com/saroad2), (thanks !).