Skip to content

Commit

Permalink
Release 6.13.0 (#1844)
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev committed Apr 7, 2023
1 parent 2f947c6 commit f3fd37b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 6.13.0 (2023-04-07)

Features:

- Add support for self-referential extras
([#1791](https://github.com/jazzband/pip-tools/pull/1791)). Thanks @q0w
- Add support for `pip==23.1` where removed `FormatControl` in `WheelCache`
([#1834](https://github.com/jazzband/pip-tools/pull/1834)). Thanks @atugushev
- Add support for `pip==23.1` where refactored requirement options
([#1832](https://github.com/jazzband/pip-tools/pull/1832)). Thanks @atugushev
- Add support for `pip==23.1` where deprecated `--install-option` has been removed
([#1828](https://github.com/jazzband/pip-tools/pull/1828)). Thanks @atugushev

Bug Fixes:

- Pass `--cache-dir` to `--pip-args` for backtracking resolver
([#1827](https://github.com/jazzband/pip-tools/pull/1827)). Thanks @q0w

Other Changes:

- Update examples in README ([#1835](https://github.com/jazzband/pip-tools/pull/1835)).
Thanks @lucaswerkmeister

## 6.12.3 (2023-03-01)

Bug Fixes:
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ Sample ``.pre-commit-config.yaml``:
repos:
- repo: https://github.com/jazzband/pip-tools
rev: 6.12.3
rev: 6.13.0
hooks:
- id: pip-compile
Expand All @@ -415,7 +415,7 @@ You might want to customize ``pip-compile`` args by configuring ``args`` and/or
repos:
- repo: https://github.com/jazzband/pip-tools
rev: 6.12.3
rev: 6.13.0
hooks:
- id: pip-compile
files: ^requirements/production\.(in|txt)$
Expand All @@ -427,7 +427,7 @@ If you have multiple requirement files make sure you create a hook for each file
repos:
- repo: https://github.com/jazzband/pip-tools
rev: 6.12.3
rev: 6.13.0
hooks:
- id: pip-compile
name: pip-compile setup.py
Expand Down

0 comments on commit f3fd37b

Please sign in to comment.