diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-03-19 15:36:56 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2016-03-19 15:36:56 +0100 |
commit | bb463ae4e0ed79e472c0d594f76dc8177a29fb5c (patch) | |
tree | b2f764e6009a394cafc9f3dd080090e9dc386686 | |
parent | 754d5e5f66ac86baba02e7d63157c263510ec593 (diff) | |
download | gitlab-bb463ae4e0ed79e472c0d594f76dc8177a29fb5c.tar.gz |
Update changelog and authors0.12.2
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | ChangeLog | 23 |
2 files changed, 26 insertions, 0 deletions
@@ -24,3 +24,6 @@ François Gouteroux <francois.gouteroux@d2-si.eu> Daniel Serodio <dserodio@gmail.com> Colin D Bennett <colin.bennett@harman.com> Richard Hansen <rhansen@rhansen.org> +James (d0c_s4vage) Johnson <james.johnson@exodusintel.com> +Mikhail Lopotkov <ms.lopotkov@tensor.ru> +Asher256 <Asher256@users.noreply.github.com> @@ -1,3 +1,26 @@ +Version 0.12.2 + + * Add new `ProjectHook` attributes + * Add support for user block/unblock + * Fix GitlabObject creation in _custom_list + * Add support for more CLI subcommands + * Add some unit tests for CLI + * Add a coverage tox env + * Define GitlabObject.as_dict() to dump object as a dict + * Define GitlabObject.__eq__() and __ne__() equivalence methods + * Define UserManager.search() to search for users + * Define UserManager.get_by_username() to get a user by username + * Implement "user search" CLI + * Improve the doc for UserManager + * CLI: implement user get-by-username + * Re-implement _custom_list in the Gitlab class + * Fix the 'invalid syntax' error on Python 3.2 + * Gitlab.update(): use the proper attributes if defined + +Version 0.12.1 + + * Fix a broken upload to pypi + Version 0.12 * Improve documentation |