summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2016-03-19 15:36:56 +0100
committerGauvain Pocentek <gauvain@pocentek.net>2016-03-19 15:36:56 +0100
commitbb463ae4e0ed79e472c0d594f76dc8177a29fb5c (patch)
treeb2f764e6009a394cafc9f3dd080090e9dc386686
parent754d5e5f66ac86baba02e7d63157c263510ec593 (diff)
downloadgitlab-bb463ae4e0ed79e472c0d594f76dc8177a29fb5c.tar.gz
Update changelog and authors0.12.2
-rw-r--r--AUTHORS3
-rw-r--r--ChangeLog23
2 files changed, 26 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 31c91fc..9a00c26 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
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