diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 05:38:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 05:38:43 +0000 |
commit | 1dd702b721f7d1836af27c8a114f1386ff9f57bd (patch) | |
tree | 622a84466e38b4480dbbbdfa64263da19d736e2f /CHANGES.rst | |
parent | Adding upstream version 0.7.1. (diff) | |
download | port-for-1dd702b721f7d1836af27c8a114f1386ff9f57bd.tar.xz port-for-1dd702b721f7d1836af27c8a114f1386ff9f57bd.zip |
Adding upstream version 0.7.2.upstream/0.7.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 3f8c3f2..e857fca 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,27 @@ CHANGELOG .. towncrier release notes start +0.7.2 (2023-10-10) +================== + +Breaking changes +---------------- + +- Drop support for python 3.7 (`#155 <https://github.com/kmike/port-for/issues/155>`__) + + +Features +-------- + +- Support Python 3.12 (`#169 <https://github.com/kmike/port-for/issues/169>`__) + + +Miscellaneus +------------ + +- `#152 <https://github.com/kmike/port-for/issues/152>`__, `#166 <https://github.com/kmike/port-for/issues/166>`__, `#170 <https://github.com/kmike/port-for/issues/170>`__ + + 0.7.1 (2023-07-14) ================== |