From 39f751963347778392b69923acdc7b2c32db7122 Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Tue, 22 Jun 2021 16:27:03 +0700 Subject: [PATCH] Release 6.2.0 (#1423) * 6.2.0 changelog * Update category titles * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Bump date Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c42399ef..730a4cd8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,37 @@ +# 6.2.0 (2021-06-22) + +Features: + +- Add `--emit-options/--no-emit-options` flags to `pip-compile` + ([#1123](https://github.com/jazzband/pip-tools/pull/1123)). Thanks @atugushev +- Add `--python-executable` option for `pip-sync` + ([#1333](https://github.com/jazzband/pip-tools/pull/1333)). Thanks @MaratFM +- Log which python version was used during compile + ([#828](https://github.com/jazzband/pip-tools/pull/828)). Thanks @graingert + +Bug Fixes: + +- Fix `pip-compile` package ordering + ([#1419](https://github.com/jazzband/pip-tools/pull/1419)). Thanks @adamsol +- Add `--strip-extras` option to `pip-compile` for producing constraint compatible + output ([#1404](https://github.com/jazzband/pip-tools/pull/1404)). Thanks @ssbarnea +- Fix `click` v7 `version_option` compatibility + ([#1410](https://github.com/jazzband/pip-tools/pull/1410)). Thanks @FuegoFro +- Pass `package_name` explicitly in `click.version_option` decorators for compatibility + with `click>=8.0` ([#1400](https://github.com/jazzband/pip-tools/pull/1400)). Thanks + @nicoa + +Other Changes: + +- Document updating requirements with `pre-commit` hooks + ([#1387](https://github.com/jazzband/pip-tools/pull/1387)). Thanks @microcat49 +- Add `setuptools` and `wheel` dependencies to the `setup.cfg` + ([#889](https://github.com/jazzband/pip-tools/pull/889)). Thanks @jayvdb +- Improve instructions for new contributors + ([#1394](https://github.com/jazzband/pip-tools/pull/1394)). Thanks @FlorentJeannot +- Better explain role of existing `requirements.txt` + ([#1369](https://github.com/jazzband/pip-tools/pull/1369)). Thanks @mikepqr + # 6.1.0 (2021-04-14) Features: