Skip to content

Commit

Permalink
Release 7.2.0 (#1947)
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev committed Aug 2, 2023
1 parent a47d249 commit e6375dd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v7.2.0

02 Aug 2023

Features:

- Add `-c/--constraint` option to `pip-compile`
([#1936](https://github.com/jazzband/pip-tools/pull/1936)). Thanks @atugushev

Bug Fixes:

- Allow options in config from both `pip-compile` and `pip-sync`
([#1933](https://github.com/jazzband/pip-tools/pull/1933)). Thanks @atugushev
- Fix rejection of negating CLI boolean flags in config
([#1913](https://github.com/jazzband/pip-tools/pull/1913)). Thanks @chrysle

Other Changes:

- Add Command Line Reference section to docs
([#1934](https://github.com/jazzband/pip-tools/pull/1934)). Thanks @atugushev

## v7.1.0

18 Jul 2023
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ Sample `.pre-commit-config.yaml`:
```yaml
repos:
- repo: https://github.com/jazzband/pip-tools
rev: 7.1.0
rev: 7.2.0
hooks:
- id: pip-compile
```
Expand All @@ -432,7 +432,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.1.0
rev: 7.2.0
hooks:
- id: pip-compile
files: ^requirements/production\.(in|txt)$
Expand All @@ -444,7 +444,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.1.0
rev: 7.2.0
hooks:
- id: pip-compile
name: pip-compile setup.py
Expand Down

0 comments on commit e6375dd

Please sign in to comment.