Skip to content

Commit

Permalink
5.5.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev committed Dec 30, 2020
1 parent 4ac1490 commit 25492a2
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# 5.5.0 (2020-12-31)

Features:
- Add Python 3.9 support
([1222](https://github.com/jazzband/pip-tools/pull/1222)). Thanks @jdufresne
- Improve formatting of long "via" annotations
([1237](https://github.com/jazzband/pip-tools/pull/1237)). Thanks @jdufresne
- Add `--verbose` and `--quiet` options to `pip-sync`
([1241](https://github.com/jazzband/pip-tools/pull/1241)). Thanks @jdufresne
- Add `--no-allow-unsafe` option to `pip-compile`
([1265](https://github.com/jazzband/pip-tools/pull/1265)). Thanks @jdufresne

Bug Fixes:
- Restore `PIP_EXISTS_ACTION` environment variable to its previous state
when resolve dependencies in `pip-compile`
([1255](https://github.com/jazzband/pip-tools/pull/1255)). Thanks @jdufresne

Dependencies:
- Remove `six` dependency in favor `pip`'s vendored `six`
([1240](https://github.com/jazzband/pip-tools/pull/1240)). Thanks @jdufresne

Improved Documentation:
- Add `pip-requirements.el` (for Emacs) to useful tools to `README`
([#1244](https://github.com/jazzband/pip-tools/pull/1244)). Thanks @jdufresne
- Add supported Python versions to `README`
([#1246](https://github.com/jazzband/pip-tools/pull/1246)). Thanks @jdufresne

# 5.4.0 (2020-11-21)

Features:
Expand Down

0 comments on commit 25492a2

Please sign in to comment.