Skip to content

Commit

Permalink
Merge pull request #2054 from atugushev/release-7.4.0
Browse files Browse the repository at this point in the history
Release 7.4.0
  • Loading branch information
atugushev committed Feb 16, 2024
2 parents 1397bfa + 0d7baa6 commit e3c2d86
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,32 @@
## v7.4.0

Features:

- Allow force-enabling or force-disabling colorized output
([#2041](https://github.com/jazzband/pip-tools/pull/2041)). Thanks @aneeshusa
- Add support for command-specific configuration sections
([#1966](https://github.com/jazzband/pip-tools/pull/1966)). Thanks @chrysle
- Add options for including build dependencies in compiled output
([#1681](https://github.com/jazzband/pip-tools/pull/1681)). Thanks @apljungquist

Bug Fixes:

- Fix for `src-files` not being used when specified in a config file
([#2015](https://github.com/jazzband/pip-tools/pull/2015)). Thanks @csalerno-asml
- Fix ignorance of inverted CLI options in config for `pip-sync`
([#1989](https://github.com/jazzband/pip-tools/pull/1989)). Thanks @chrysle
- Filter out origin ireqs for extra requirements before writing output annotations
([#2011](https://github.com/jazzband/pip-tools/pull/2011)). Thanks @chrysle
- Make BacktrackingResolver ignore extras when dropping existing constraints
([#1984](https://github.com/jazzband/pip-tools/pull/1984)). Thanks @chludwig-haufe
- Display `pyproject.toml`'s metatada parsing errors in verbose mode
([#1979](https://github.com/jazzband/pip-tools/pull/1979)). Thanks @szobov

Other Changes:

- Add mention of pip-compile-multi in Other useful tools README section
([#1986](https://github.com/jazzband/pip-tools/pull/1986)). Thanks @peterdemin

## v7.3.0

09 Aug 2023
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -447,7 +447,7 @@ Sample `.pre-commit-config.yaml`:
```yaml
repos:
- repo: https://github.com/jazzband/pip-tools
rev: 7.3.0
rev: 7.4.0
hooks:
- id: pip-compile
```
Expand All @@ -457,7 +457,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.3.0
rev: 7.4.0
hooks:
- id: pip-compile
files: ^requirements/production\.(in|txt)$
Expand All @@ -469,7 +469,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.3.0
rev: 7.4.0
hooks:
- id: pip-compile
name: pip-compile setup.py
Expand Down

0 comments on commit e3c2d86

Please sign in to comment.