From e6375dd48aea884cb8b710716e947bd8e097677c Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Thu, 3 Aug 2023 01:36:25 +0200 Subject: [PATCH] Release 7.2.0 (#1947) --- CHANGELOG.md | 21 +++++++++++++++++++++ README.md | 6 +++--- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32005b716..b95979813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## v7.2.0 + +02 Aug 2023 + +Features: + +- Add `-c/--constraint` option to `pip-compile` + ([#1936](https://github.com/jazzband/pip-tools/pull/1936)). Thanks @atugushev + +Bug Fixes: + +- Allow options in config from both `pip-compile` and `pip-sync` + ([#1933](https://github.com/jazzband/pip-tools/pull/1933)). Thanks @atugushev +- Fix rejection of negating CLI boolean flags in config + ([#1913](https://github.com/jazzband/pip-tools/pull/1913)). Thanks @chrysle + +Other Changes: + +- Add Command Line Reference section to docs + ([#1934](https://github.com/jazzband/pip-tools/pull/1934)). Thanks @atugushev + ## v7.1.0 18 Jul 2023 diff --git a/README.md b/README.md index 1e0277e81..28d827c7a 100644 --- a/README.md +++ b/README.md @@ -422,7 +422,7 @@ Sample `.pre-commit-config.yaml`: ```yaml repos: - repo: https://github.com/jazzband/pip-tools - rev: 7.1.0 + rev: 7.2.0 hooks: - id: pip-compile ``` @@ -432,7 +432,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: 7.1.0 + rev: 7.2.0 hooks: - id: pip-compile files: ^requirements/production\.(in|txt)$ @@ -444,7 +444,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: 7.1.0 + rev: 7.2.0 hooks: - id: pip-compile name: pip-compile setup.py