Skip to content

Commit

Permalink
Release 7.1.0 (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev committed Jul 19, 2023
1 parent 6b162ac commit 8c418e8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 7.1.0 (2023-07-18)

Features:

- Validate parsed config against CLI options
([#1910](https://github.com/jazzband/pip-tools/pull/1910)). Thanks @atugushev

Bug Fixes:

- Fix a bug where pip-sync would unexpectedly uninstall some packages
([#1919](https://github.com/jazzband/pip-tools/pull/1919)). Thanks @atugushev

## 7.0.0 (2023-07-14)

Backwards Incompatible Changes:
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: 7.0.0
rev: 7.1.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: 7.0.0
rev: 7.1.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: 7.0.0
rev: 7.1.0
hooks:
- id: pip-compile
name: pip-compile setup.py
Expand Down

0 comments on commit 8c418e8

Please sign in to comment.