Skip to content

Commit

Permalink
6.3.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev authored Sep 21, 2021
1 parent e548bdf commit afc255b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)$
Expand Down Expand Up @@ -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 |
+---------------+----------------+----------------+

0 comments on commit afc255b

Please sign in to comment.