From 4d3e6d9d7dc2bbba316454d1016d090743027949 Mon Sep 17 00:00:00 2001 From: Release bot Date: Wed, 14 Oct 2020 15:44:09 +0000 Subject: [PATCH] 0.17.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hunor Csomortáni --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d286bbb6..52f98a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 0.17.0 + +## Features + +- GitLab projects got the `exists()` method implemented (@lachmanfrantisek). +- It is possible to specify a description when creating projects with + `project_create()` (@lachmanfrantisek). + +## Minor + +- When asking for a Pagure user's email address, the error raised explains + that this is not possible due to the Pagure API not supporting this feature + (@mfocko). + # 0.16.0 ## Features