forked from josegonzalez/python-gitlab-backup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.rst
61 lines (43 loc) · 1.43 KB
/
CHANGES.rst
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Changelog
=========
0.3.2 (2020-12-02)
------------------
------------
- Refactor: use twine for releases. [Jose Diaz-Gonzalez]
0.3.1 (2020-12-02)
------------------
Fix
~~~
- Correct flag. [Jose Diaz-Gonzalez]
Other
~~~~~
- Release version 0.3.1. [Jose Diaz-Gonzalez]
- Chore: update release script. [Jose Diaz-Gonzalez]
- Create PULL_REQUEST.md. [Jose Diaz-Gonzalez]
- Create ISSUE_TEMPLATE.md. [Jose Diaz-Gonzalez]
0.3.0 (2019-05-06)
------------------
- Release version 0.3.0. [Jose Diaz-Gonzalez]
- Merge pull request #3 from thekvs/add-membership-option. [Jose Diaz-
Gonzalez]
Add membership option
- Update README. [Konstantin Sorokin]
- 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.
0.2.0 (2019-01-31)
------------------
- Release version 0.2.0. [Jose Diaz-Gonzalez]
- Merge pull request #2 from zaxasheats/master. [Jose Diaz-Gonzalez]
"owned only" flag implemented
- 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)
------------------
- Release version 0.1.1. [Jose Diaz-Gonzalez]
- Chore: drop Python 2.6. [Jose Diaz-Gonzalez]
0.1.0 (2018-03-24)
------------------
- Release version 0.1.0. [Jose Diaz-Gonzalez]
- Initial commit. [Jose Diaz-Gonzalez]