Skip to content

Commit

Permalink
6.1.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev authored Apr 14, 2021
1 parent 27b62c3 commit 3f19f8c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 6.1.0 (2021-04-14)

Features:

- Add support for `pyproject.toml` or `setup.cfg` as input dependency file
(PEP-517) for `pip-compile`
([#1356](https://github.com/jazzband/pip-tools/pull/1356)). Thanks @orsinium
- Add `pip-compile --extra` option to specify `extras_require` dependencies
([#1363](https://github.com/jazzband/pip-tools/pull/1363)). Thanks @orsinium

Bug Fixes:

- Restore ability to set compile cache with env var `PIP_TOOLS_CACHE_DIR`
([#1368](https://github.com/jazzband/pip-tools/pull/1368)). Thanks @AndydeCleyre

# 6.0.1 (2021-03-15)

Bug Fixes:
Expand Down

0 comments on commit 3f19f8c

Please sign in to comment.