27 Jun 2022
Features:
- Support for the `importlib.metadata` metadata implementation
([1632](https://github.com/jazzband/pip-tools/pull/1632)). Thanks richafrank
Bug Fixes:
- Instantiate a new accumulator `InstallRequirement` for `combine_install_requirements`
output ([1519](https://github.com/jazzband/pip-tools/pull/1519)). Thanks richafrank
Other Changes:
- Replace direct usage of the `pep517` module with the `build` module, for loading
project metadata ([1629](https://github.com/jazzband/pip-tools/pull/1629)). Thanks
AndydeCleyre