blob: a4cb9954cec45b9dea3029770415db6ad54a1b90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Version 0.4
* Fix strings encoding (Closes #6)
Version 0.3
* Use PRIVATE-TOKEN header for passing the auth token
* provide a AUTHORS file
* cli: support ssl_verify config option
* Add ssl_verify option to Gitlab object. Defauls to True
* Correct url for merge requests API.
Version 0.2
* provide a pip requirements.txt
* drop some debug statements
Version 0.1
* Initial release
|