Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for 6.9.0 release #1693

Merged
merged 2 commits into from Oct 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,24 @@
## 6.9.0 (2022-10-05)

Features:

- Add `--all-extras` flag to `pip-compile`
([#1630](https://github.com/jazzband/pip-tools/pull/1630)). Thanks @apljungquist
- Support Exclude Package with custom unsafe packages
([#1509](https://github.com/jazzband/pip-tools/pull/1509)). Thanks @hmc-cs-mdrissi

Bug Fixes:

- Fix compile cached vcs packages
([#1649](https://github.com/jazzband/pip-tools/pull/1649)). Thanks @atugushev
- Include `py.typed` in wheel file
([#1648](https://github.com/jazzband/pip-tools/pull/1648)). Thanks @FlorentJeannot

Other Changes:

- Add pyproject.toml & modern packaging to introduction.
([#1668](https://github.com/jazzband/pip-tools/pull/1668)). Thanks @hynek

## 6.8.0 (2022-06-30)

Features:
Expand Down