Skip to content

Commit

Permalink
Release 6.2.0 (#1423)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
atugushev and pre-commit-ci[bot] authored Jun 22, 2021
1 parent 8db87eb commit 39f7519
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 39f7519

Please sign in to comment.