Skip to content

Commit bb463ae

Browse files
author
Gauvain Pocentek
committed
Update changelog and authors
1 parent 754d5e5 commit bb463ae

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ François Gouteroux <francois.gouteroux@d2-si.eu>
2424
Daniel Serodio <dserodio@gmail.com>
2525
Colin D Bennett <colin.bennett@harman.com>
2626
Richard Hansen <rhansen@rhansen.org>
27+
James (d0c_s4vage) Johnson <james.johnson@exodusintel.com>
28+
Mikhail Lopotkov <ms.lopotkov@tensor.ru>
29+
Asher256 <Asher256@users.noreply.github.com>

ChangeLog

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
Version 0.12.2
2+
3+
* Add new `ProjectHook` attributes
4+
* Add support for user block/unblock
5+
* Fix GitlabObject creation in _custom_list
6+
* Add support for more CLI subcommands
7+
* Add some unit tests for CLI
8+
* Add a coverage tox env
9+
* Define GitlabObject.as_dict() to dump object as a dict
10+
* Define GitlabObject.__eq__() and __ne__() equivalence methods
11+
* Define UserManager.search() to search for users
12+
* Define UserManager.get_by_username() to get a user by username
13+
* Implement "user search" CLI
14+
* Improve the doc for UserManager
15+
* CLI: implement user get-by-username
16+
* Re-implement _custom_list in the Gitlab class
17+
* Fix the 'invalid syntax' error on Python 3.2
18+
* Gitlab.update(): use the proper attributes if defined
19+
20+
Version 0.12.1
21+
22+
* Fix a broken upload to pypi
23+
124
Version 0.12
225

326
* Improve documentation

0 commit comments

Comments
 (0)