Skip to content
## [1.0.0]

### Changed
- build project using hatchling
- dependencies updates
- tests: Use tox to run tests and linter checks instead of using deprecated
  setuptools integration for such tasks.
- setup.py: Drop the unnecessary egg suffix in VCS links.
- setup.py: Remove obsolete setuptools keywords (`tests_require`,
  `setup_requires`, `dependency_links`, ...).
- tox: Use shared `tox.ini` for foris-controller and modules.
- Migrate CHANGELOG to Keep a Changelog style.