Skip to content

Commit 8c418e8

Browse files
authored
Release 7.1.0 (#1922)
1 parent 6b162ac commit 8c418e8

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 7.1.0 (2023-07-18)
2+
3+
Features:
4+
5+
- Validate parsed config against CLI options
6+
([#1910](https://github.com/jazzband/pip-tools/pull/1910)). Thanks @atugushev
7+
8+
Bug Fixes:
9+
10+
- Fix a bug where pip-sync would unexpectedly uninstall some packages
11+
([#1919](https://github.com/jazzband/pip-tools/pull/1919)). Thanks @atugushev
12+
113
## 7.0.0 (2023-07-14)
214

315
Backwards Incompatible Changes:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ Sample `.pre-commit-config.yaml`:
415415
```yaml
416416
repos:
417417
- repo: https://github.com/jazzband/pip-tools
418-
rev: 7.0.0
418+
rev: 7.1.0
419419
hooks:
420420
- id: pip-compile
421421
```
@@ -425,7 +425,7 @@ You might want to customize `pip-compile` args by configuring `args` and/or `fil
425425
```yaml
426426
repos:
427427
- repo: https://github.com/jazzband/pip-tools
428-
rev: 7.0.0
428+
rev: 7.1.0
429429
hooks:
430430
- id: pip-compile
431431
files: ^requirements/production\.(in|txt)$
@@ -437,7 +437,7 @@ If you have multiple requirement files make sure you create a hook for each file
437437
```yaml
438438
repos:
439439
- repo: https://github.com/jazzband/pip-tools
440-
rev: 7.0.0
440+
rev: 7.1.0
441441
hooks:
442442
- id: pip-compile
443443
name: pip-compile setup.py

0 commit comments

Comments
 (0)