Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Prepare 1.9.0rc1
  • Loading branch information
davidovich authored Apr 10, 2017
1 parent 83e878a commit 0588ae5
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# 1.9.0 (Unreleased)

- Fixed the default output file name when the source file has no extension ([#470](https://github.com/jazzband/pip-tools/issues/470))
- Added a `--max-rounds` argument to the pip-compile command to allow for solving large requirement sets ([#472](https://github.com/jazzband/pip-tools/pull/472))
- Exclude unsafe packages' dependencies when `--allow-unsafe` is not in use (#445)
- Exclude irrelevant pip constraints ([#471](https://github.com/jazzband/pip-tools/pull/471))
- Added ability to read requirements from `setup.py` instead of just `requirements.in` (#418).
# 1.9.0rc1

Features:
- Added ability to read requirements from `setup.py` instead of just `requirements.in` ([#418](https://github.com/jazzband/pip-tools/pull/418)). Thanks to @tysonclugg and @majuscule.
- Added a `--max-rounds` argument to the pip-compile command to allow for solving large requirement sets ([#472](https://github.com/jazzband/pip-tools/pull/472)). Thanks @derek-miller.
- Exclude unsafe packages' dependencies when `--allow-unsafe` is not in use ([#441](https://github.com/jazzband/pip-tools/pull/441)). Thanks @jdufresne.
- Exclude irrelevant pip constraints ([#471](https://github.com/jazzband/pip-tools/pull/471)). Thanks @derek-miller.
- Allow control over emitting trusted-host to the compiled requirements. ([#448](https://github.com/jazzband/pip-tools/pull/448)). Thanks @tonyseek.
- Allow running as a Python module (#[461](https://github.com/jazzband/pip-tools/pull/461)). Thanks @AndreLouisCaron.
- Preserve environment markers in generated requirements.txt. ([#460](https://github.com/jazzband/pip-tools/pull/460)). Thanks @barrywhart.

Bug Fixes:
- Fixed the default output file name when the source file has no extension ([#488](https://github.com/jazzband/pip-tools/pull/488)). Thanks @vphilippon
- Fixed crash on editable requirements introduced in 1.8.2.
- Fixed duplicated --trusted-host, --extra-index-url and --index-url in the generated requirements.

# 1.8.2

Expand Down

2 comments on commit 0588ae5

@svetlyak40wt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidovich how did you added these release notes to the GitHub: https://github.com/jazzband/pip-tools/releases/tag/1.9.0 ???

Is there a special tool which copies content from CHANGELOG to GitHub or in other direction?

@davidovich
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@svetlyak40wt I haven't yet seen this automated. This is curated with love, by hand. :-), then copy-pasted to the release page. Automation for the writing is hard because you need to do some editorial work. I wouldn't mind the automated copy-paste to the release though.

Please sign in to comment.