Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.12.3 #1815

Merged
merged 2 commits into from
Mar 1, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
6.12.3 changelog
  • Loading branch information
atugushev committed Feb 24, 2023
commit b24aac5adf33ad96e19564029fa639adbdf1166c
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 6.12.3 (2022-02-24)
atugushev marked this conversation as resolved.
Show resolved Hide resolved

Bug Fixes:

- Remove extras from user-supplied constraints in backtracking resolver
([#1808](https://github.com/jazzband/pip-tools/pull/1808)). Thanks @thomdixon
- Fix for sync error when the ireqs being merged have no names
([#1802](https://github.com/jazzband/pip-tools/pull/1802)). Thanks @richafrank

## 6.12.2 (2022-12-25)

Bug Fixes:
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ Sample ``.pre-commit-config.yaml``:

repos:
- repo: https://github.com/jazzband/pip-tools
rev: 6.12.0
rev: 6.12.3
hooks:
- id: pip-compile

Expand All @@ -427,7 +427,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.0
rev: 6.12.3
hooks:
- id: pip-compile
files: ^requirements/production\.(in|txt)$
Expand All @@ -439,7 +439,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.0
rev: 6.12.3
hooks:
- id: pip-compile
name: pip-compile setup.py
Expand Down