From 1db2c8ca3b2f64b32ec8f4a91eaf4551b05b01be Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Tue, 28 Jun 2022 01:21:44 +0200 Subject: [PATCH] 6.7.0 changelog Co-authored-by: Hasan Ramezani --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c10f7e259..0a286bf6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 6.7.0 (2022-06-27) + +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 + ## 6.6.2 (2022-05-23) Bug Fixes: