-
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.
- Loading branch information
1 parent
bab891e
commit fb50db0
Showing
2 changed files
with
12 additions
and
5 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,22 +1,29 @@ | ||
Changelog | ||
========= | ||
|
||
0.2.0 (2019-01-31) | ||
0.3.0 (2019-05-06) | ||
------------------ | ||
------------------------ | ||
- Add --with-membership option. [Konstantin Sorokin] | ||
|
||
Specifying this option will allow backup projects the user or key is member of. | ||
This also include projects filtered by --owned-only option. | ||
|
||
- Added space before the owned boolean check. [Matthew Sheats] | ||
|
||
0.2.0 (2019-01-31) | ||
------------------ | ||
- Added space before the owned boolean check. [Matthew Sheats] | ||
- Added a flag to allow processing only the projects owned by the user | ||
or key. [Matthew Sheats] | ||
|
||
|
||
0.1.1 (2018-03-24) | ||
------------------ | ||
|
||
- Chore: drop Python 2.6. [Jose Diaz-Gonzalez] | ||
|
||
|
||
0.1.0 (2018-03-24) | ||
------------------ | ||
|
||
- Initial commit. [Jose Diaz-Gonzalez] | ||
|
||
|
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 +1 @@ | ||
__version__ = '0.2.0' | ||
__version__ = '0.3.0' |