Skip to content

Commit 49a6720

Browse files
authored
6.12.0 changelog (#1775)
1 parent e085800 commit 49a6720

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 6.12.0 (2022-12-13)
2+
3+
Features:
4+
5+
- Add `--no-index` flag to `pip-compile`
6+
([#1745](https://github.com/jazzband/pip-tools/pull/1745)). Thanks @atugushev
7+
8+
Bug Fixes:
9+
10+
- Treat `--upgrade-packages` PKGSPECs as constraints (not just minimums), consistently
11+
([#1578](https://github.com/jazzband/pip-tools/pull/1578)). Thanks @AndydeCleyre
12+
- Filter out the user provided unsafe packages
13+
([#1766](https://github.com/jazzband/pip-tools/pull/1766)). Thanks @q0w
14+
- Adopt PEP-621 for packaging
15+
([#1763](https://github.com/jazzband/pip-tools/pull/1763)). Thanks @ssbarnea
16+
117
## 6.11.0 (2022-11-30)
218

319
Features:

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ Sample ``.pre-commit-config.yaml``:
417417
418418
repos:
419419
- repo: https://github.com/jazzband/pip-tools
420-
rev: 6.11.0
420+
rev: 6.12.0
421421
hooks:
422422
- id: pip-compile
423423
@@ -427,7 +427,7 @@ You might want to customize ``pip-compile`` args by configuring ``args`` and/or
427427
428428
repos:
429429
- repo: https://github.com/jazzband/pip-tools
430-
rev: 6.11.0
430+
rev: 6.12.0
431431
hooks:
432432
- id: pip-compile
433433
files: ^requirements/production\.(in|txt)$
@@ -439,7 +439,7 @@ If you have multiple requirement files make sure you create a hook for each file
439439
440440
repos:
441441
- repo: https://github.com/jazzband/pip-tools
442-
rev: 6.11.0
442+
rev: 6.12.0
443443
hooks:
444444
- id: pip-compile
445445
name: pip-compile setup.py

0 commit comments

Comments
 (0)