-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
37 additions
and
6 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,37 @@ | ||
Change Log | ||
=========== | ||
Changelog | ||
========= | ||
|
||
0.1.0 | ||
------ | ||
* Initial import | ||
|
||
0.2.0 (2019-04-04) | ||
------------------ | ||
|
||
New | ||
~~~ | ||
- Docs: Show global TOC and page source link. | ||
- Docs: show source code link. | ||
- Tests: Add validate_args test. | ||
|
||
Changes | ||
~~~~~~~ | ||
- Gpg_utils:simplify logic and logs | ||
- CI: test python 3.7, upgrade to xenial | ||
- Docs: Generate man with sphinx. | ||
- Update copyright year. | ||
- Gpg_utils: simplify logic and logs. | ||
- Opgpcard: !refactor Add validate_args function | ||
- Cli: Change args order, remove empty help. | ||
- Cli: Add module doc, argparser description. | ||
- Cli: Move to a function args parser initialization. | ||
|
||
Fix | ||
~~~ | ||
- README: Remove paragraph that is no longer true. | ||
|
||
|
||
0.1.4 (2018-05-19) | ||
------------------ | ||
- Include package data. | ||
- Clean files included in distribution. | ||
- Add man. | ||
- Update copyright year. | ||
- Fix tox, travis, clean up. |
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