From c545504da79bca1f26ccfc16c3bf34ef3cc0d22c Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sat, 25 Mar 2017 16:39:48 +0100 Subject: Prepare 0.20 release --- ChangeLog.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index 8e141d1..00663e7 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,22 @@ ChangeLog ========= +Version 0.20_ - 2017-03-25 +--------------------------- + +* Add time tracking support (#222) +* Improve changelog (#229, #230) +* Make sure that manager objects are never overwritten (#209) +* Include chanlog and release notes in docs +* Add DeployKey{,Manager} classes (#212) +* Add support for merge request notes deletion (#227) +* Properly handle extra args when listing with all=True (#233) +* Implement pipeline creation API (#237) +* Fix spent_time methods +* Add 'delete source branch' option when creating MR (#241) +* Provide API wrapper for cherry picking commits (#236) +* Stop listing if recursion limit is hit (#234) + Version 0.19_ - 2017-02-21 --------------------------- @@ -381,6 +397,7 @@ Version 0.1 - 2013-07-08 * Initial release +.. _0.20: https://github.com/gpocentek/python-gitlab/compare/0.19...0.20 .. _0.19: https://github.com/gpocentek/python-gitlab/compare/0.18...0.19 .. _0.18: https://github.com/gpocentek/python-gitlab/compare/0.17...0.18 .. _0.17: https://github.com/gpocentek/python-gitlab/compare/0.16...0.17 -- cgit v1.2.1