This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from freedomofpress/issue-31-changelog
Issue 31 changelog
- Loading branch information
Showing
3 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
## 0.1.4 | ||
|
||
* Update urllib3 to version 1.24.3 or later due to CVE-2019-11324 (#35) | ||
* Remove pipenv in favor of pip-tools (#33) | ||
|
||
## 0.1.3 | ||
|
||
* Updated PyYAML to 5.1 and safe loading of YAML files | ||
#24 and #25 | ||
|
||
## 0.1.2 | ||
|
||
* Update requirements: Remove dev requirements (#20), update wheel hashes | ||
(#21) | ||
|
||
## 0.1.1-1 | ||
|
||
* Resolves venv paths in generated scripts (via dh-virtualenv) | ||
|
||
## 0.1.1 | ||
|
||
* Update requests to 2.20.0 | ||
|
||
## 0.1.0 | ||
|
||
* Initial release. (Closes: #XXX) |