From afc255b51c3bb78fdef0d967719c0ee614df7898 Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Wed, 22 Sep 2021 01:48:05 +0400 Subject: [PATCH] 6.3.0 changelog --- CHANGELOG.md | 18 ++++++++++++++++++ README.rst | 6 +++--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7631402e..254f0e9a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 6.3.0 (2021-09-21) + +Features: + +- Enable single-line annotations with `pip-compile --annotation-style=line` + ([#1477](https://github.com/jazzband/pip-tools/pull/1477)). Thanks @AndydeCleyre +- Generate PEP 440 direct reference whenever possible + ([#1455](https://github.com/jazzband/pip-tools/pull/1455)). Thanks @FlorentJeannot +- PEP 440 Direct Reference support + ([#1392](https://github.com/jazzband/pip-tools/pull/1392)). Thanks @FlorentJeannot + +Bug Fixes: + +- Change log level of hash message + ([#1460](https://github.com/jazzband/pip-tools/pull/1460)). Thanks @plannigan +- Allow passing `--no-upgrade` option + ([#1438](https://github.com/jazzband/pip-tools/pull/1438)). Thanks @ssbarnea + ## 6.2.0 (2021-06-22) Features: diff --git a/README.rst b/README.rst index c757b6a23..b9d99e0a3 100644 --- a/README.rst +++ b/README.rst @@ -352,7 +352,7 @@ Sample ``.pre-commit-config.yaml``: repos: - repo: https://github.com/jazzband/pip-tools - rev: 5.0.0 + rev: 6.3.0 hooks: - id: pip-compile @@ -362,7 +362,7 @@ You might want to customize ``pip-compile`` args by configuring ``args`` and/or repos: - repo: https://github.com/jazzband/pip-tools - rev: 5.0.0 + rev: 6.3.0 hooks: - id: pip-compile files: ^requirements/production\.(in|txt)$ @@ -529,5 +529,5 @@ versions as the required ``pip`` versions. +---------------+----------------+----------------+ | 5.5.0 | 20.1 - 20.3.* | 2.7, 3.5 - 3.9 | +---------------+----------------+----------------+ -| 6.0.0 | 20.3+ | 3.6 - 3.9 | +| 6.0.0+ | 20.3+ | 3.6 - 3.9 | +---------------+----------------+----------------+