Skip to content

Commit

Permalink
Release 6.14.0 (#1892)
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev authored Jun 28, 2023
1 parent 4367a18 commit ce2b4d9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 6.14.0 (2023-06-28)

Features:

- Support config defaults using `.pip-tools.toml` or `pyproject.toml`
([#1863](https://github.com/jazzband/pip-tools/pull/1863)). Thanks @j00bar
- Log a warning if the user specifies `-P` and the output file is present but empty
([#1822](https://github.com/jazzband/pip-tools/pull/1822)). Thanks @davidmreed
- Improve warning for `pip-compile` if no `--allow-unsafe` was passed
([#1867](https://github.com/jazzband/pip-tools/pull/1867)). Thanks @chrysle

Other Changes:

- Correct in README `pre-commit` hook to run off `requirements.in`
([#1847](https://github.com/jazzband/pip-tools/pull/1847)). Thanks @atugushev
- Add pyprojects.toml example for using setuptools
([#1851](https://github.com/jazzband/pip-tools/pull/1851)). Thanks @shatakshiiii

## 6.13.0 (2023-04-07)

Features:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ Sample `.pre-commit-config.yaml`:
```yaml
repos:
- repo: https://github.com/jazzband/pip-tools
rev: 6.13.0
rev: 6.14.0
hooks:
- id: pip-compile
```
Expand All @@ -424,7 +424,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.13.0
rev: 6.14.0
hooks:
- id: pip-compile
files: ^requirements/production\.(in|txt)$
Expand All @@ -436,7 +436,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.13.0
rev: 6.14.0
hooks:
- id: pip-compile
name: pip-compile setup.py
Expand Down

0 comments on commit ce2b4d9

Please sign in to comment.