From aa4c7a26c8fd86de30807a67cd2187820dbeb714 Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Tue, 13 Dec 2022 23:21:48 +0100 Subject: [PATCH] 6.12.0 changelog --- CHANGELOG.md | 16 ++++++++++++++++ README.rst | 6 +++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fb70a135..81c9221f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 6.12.0 (2022-12-13) + +Features: + +- Add `--no-index` flag to `pip-compile` + ([#1745](https://github.com/jazzband/pip-tools/pull/1745)). Thanks @atugushev + +Bug Fixes: + +- Treat `--upgrade-packages` PKGSPECs as constraints (not just minimums), consistently + ([#1578](https://github.com/jazzband/pip-tools/pull/1578)). Thanks @AndydeCleyre +- Filter out the user provided unsafe packages + ([#1766](https://github.com/jazzband/pip-tools/pull/1766)). Thanks @q0w +- Adopt PEP-621 for packaging + ([#1763](https://github.com/jazzband/pip-tools/pull/1763)). Thanks @ssbarnea + ## 6.11.0 (2022-11-30) Features: diff --git a/README.rst b/README.rst index 768efe3d8..77b5f1c28 100644 --- a/README.rst +++ b/README.rst @@ -417,7 +417,7 @@ Sample ``.pre-commit-config.yaml``: repos: - repo: https://github.com/jazzband/pip-tools - rev: 6.11.0 + rev: 6.12.0 hooks: - id: pip-compile @@ -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.11.0 + rev: 6.12.0 hooks: - id: pip-compile files: ^requirements/production\.(in|txt)$ @@ -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.11.0 + rev: 6.12.0 hooks: - id: pip-compile name: pip-compile setup.py