From 1ed5ca46e5539fbd3d0bb1ffbf482cdc59c3dbef Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Thu, 23 Nov 2023 20:05:33 +0100 Subject: [PATCH] Update changelog --- CHANGES | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES b/CHANGES index 28773f9..043b5b1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,21 @@ Change Log ========== +v0.19.0: 2023-11-23 + +- Remove support for python 3.7 +- Run tests on python 3.11 and 3.12 in CI +- Fix yaml conversion of multiple addresses with same label (#323, #324) +- Improve error message for address book paths (884f1d9) +- Add pyproject.toml file and deprecate setup.py +- Remove deprecated options from --help and zsh completion +- Internal changes: + - Add a general ask() function (#320, #326) + - Use an exception to cancle user interactions (#325) + - More and stricter type hints + - Promote AddressBookCollection to a Sequence + + v0.18.0: 2022-12-10 - Move project home on GitHub from @scheibler to @lucc - Catch exceptions when loading the config (#294)