From 83042a0d227ac40378bfed88c9b9ef88a0bc18a5 Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Tue, 31 Jan 2023 01:30:29 +0700 Subject: [PATCH] Release 6.12.2 (#1789) Co-authored-by: Sorin Sbarnea --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d20b9e9a5..37c2e7387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 6.12.2 (2022-12-25) + +Bug Fixes: + +- Raise error if input and output filenames are matched + ([#1787](https://github.com/jazzband/pip-tools/pull/1787)). Thanks @atugushev +- Add `pyproject.toml` as default input file format + ([#1780](https://github.com/jazzband/pip-tools/pull/1780)). Thanks @berislavlopac +- Fix a regression with unsafe packages for `--allow-unsafe` + ([#1788](https://github.com/jazzband/pip-tools/pull/1788)). Thanks @q0w + ## 6.12.1 (2022-12-16) Bug Fixes: