From 5c00cceeb4018f81bc51fa2c27456e34e4989d55 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Mon, 31 May 2021 08:32:18 +0200 Subject: [PATCH] Update changelog for 0.18.0 --- CHANGELOG.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 24419ca..cdab3e1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,20 @@ Package maintainers and users who have to manually update their installation may want to subscribe to `GitHub's tag feed `_. +Version 0.18.0 +============== + +Note: Version 0.17 has some alpha releases but ultimately was never finalised. +0.18 actually continues where 0.16 left off. + +- Support for Python 3.5 and 3.6 has been dropped. This release mostly focuses + on keeping vdirsyncer compatible with newer environments. +- click 8 and click-threading 0.5.0 are now required. +- For those using ``pipx``, we now recommend using ``pipx``, it's successor. +- Python 3.9 is now supported. +- Our Debian/Ubuntu build scripts have been updated. New versions should be + pushed to those repositories soon. + Version 0.16.8 ==============