From bb463ae4e0ed79e472c0d594f76dc8177a29fb5c Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sat, 19 Mar 2016 15:36:56 +0100 Subject: Update changelog and authors --- AUTHORS | 3 +++ ChangeLog | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/AUTHORS b/AUTHORS index 31c91fc..9a00c26 100644 --- a/AUTHORS +++ b/AUTHORS @@ -24,3 +24,6 @@ François Gouteroux Daniel Serodio Colin D Bennett Richard Hansen +James (d0c_s4vage) Johnson +Mikhail Lopotkov +Asher256 diff --git a/ChangeLog b/ChangeLog index deead57..ac4b477 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 -- cgit v1.2.1