Skip to content

Commit

Permalink
Release 7.0.0 (#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev committed Jul 14, 2023
1 parent 33667e3 commit 60ac79b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 7.0.0 (2023-07-14)

Backwards Incompatible Changes:

- Default to `--resolver=backtracking`
([#1897](https://github.com/jazzband/pip-tools/pull/1897)). Thanks @atugushev
- Drop support for Python 3.7
([#1879](https://github.com/jazzband/pip-tools/pull/1879)). Thanks @chrysle

Features:

- Add support for `pip==23.2` where refactored out `DEV_PKGS`
([#1906](https://github.com/jazzband/pip-tools/pull/1906)). Thanks @atugushev
- Add `--no-config` option ([#1896](https://github.com/jazzband/pip-tools/pull/1896)).
Thanks @atugushev

Bug Fixes:

- Sync direct references with hashes
([#1885](https://github.com/jazzband/pip-tools/pull/1885)). Thanks @siddharthab
- Fix missing `via`s when more than two input files are used
([#1890](https://github.com/jazzband/pip-tools/pull/1890)). Thanks @lpulley

## 6.14.0 (2023-06-28)

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

0 comments on commit 60ac79b

Please sign in to comment.