Skip to content

Commit

Permalink
Release 6.10.0 (#1722)
Browse files Browse the repository at this point in the history
Co-authored-by: Sorin Sbarnea <[email protected]>
  • Loading branch information
atugushev and ssbarnea authored Nov 14, 2022
1 parent a61f2f4 commit dd45474
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## 6.10.0 (2022-11-13)

Features:

- Deprecate `pip-compile --resolver=legacy`
([#1724](https://github.com/jazzband/pip-tools/pull/1724)). Thanks @atugushev
- Prompt user to use the backtracking resolver on errors
([#1719](https://github.com/jazzband/pip-tools/pull/1719)). Thanks @maxfenv
- Add support for Python 3.11 final
([#1708](https://github.com/jazzband/pip-tools/pull/1708)). Thanks @hugovk
- Add `--newline=[LF|CRLF|native|preserve]` option to `pip-compile`
([#1652](https://github.com/jazzband/pip-tools/pull/1652)). Thanks @AndydeCleyre

Bug Fixes:

- Fix inconsistent handling of constraints comments with backtracking resolver
([#1713](https://github.com/jazzband/pip-tools/pull/1713)). Thanks @mkniewallner
- Fix some encoding warnings in Python 3.10 (PEP 597)
([#1614](https://github.com/jazzband/pip-tools/pull/1614)). Thanks @GalaxySnail

Other Changes:

- Update pip-tools version in the README's pre-commit examples
([#1701](https://github.com/jazzband/pip-tools/pull/1701)). Thanks @Kludex
- Document use of the backtracking resolver
([#1718](https://github.com/jazzband/pip-tools/pull/1718)). Thanks @maxfenv
- Use HTTPS in a readme link ([#1716](https://github.com/jazzband/pip-tools/pull/1716)).
Thanks @Arhell

## 6.9.0 (2022-10-05)

Features:
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ Sample ``.pre-commit-config.yaml``:
repos:
- repo: https://github.com/jazzband/pip-tools
rev: 6.9.0
rev: 6.10.0
hooks:
- id: pip-compile
Expand All @@ -427,7 +427,7 @@ You might want to customize ``pip-compile`` args by configuring ``args`` and/or
repos:
- repo: https://github.com/jazzband/pip-tools
rev: 6.9.0
rev: 6.10.0
hooks:
- id: pip-compile
files: ^requirements/production\.(in|txt)$
Expand All @@ -439,7 +439,7 @@ If you have multiple requirement files make sure you create a hook for each file
repos:
- repo: https://github.com/jazzband/pip-tools
rev: 6.9.0
rev: 6.10.0
hooks:
- id: pip-compile
name: pip-compile setup.py
Expand Down

0 comments on commit dd45474

Please sign in to comment.