From 96c9b167fdce82467ede03264ba0e92dca23b0de Mon Sep 17 00:00:00 2001 From: rv0lt Date: Tue, 24 Sep 2024 09:55:10 +0200 Subject: [PATCH] new version and changelog --- CHANGELOG.rst | 24 ++++++++++++++++++++++++ dds_cli/version.py | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 49fb2a1a..4438e243 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,30 @@ Changelog ========== +.. _2.8.0: + +2.8.0 - 2024-09-24 +~~~~~~~~~~~~~~~~~~~ +- New features: + - Add CODEOWNERS file to the repository. + - Drop support for python 3.7 + - Added new dev instance url to cli config +- Dependencies: + - `prettytable` from `3.4.1` to `3.7.0` + - `prompt-toolkit` from `3.0.31` to `3.0.40` + - `pyYAML` from `6.0.1` to `6.0.2` + - `requests` from `2.32.0` to `2.32.2` + - `rich` from `12.5.1` to `13.6.0` + - `zstandard` from `0.19.0` to `0.22.0` +- Dependencies (tests): + - `flask` from `2.0.2` to `2.2.5` + - `pyfakefs` from `4.5.5` to `5.3.0` +- Fixes: + - Improve documentation related to the testing instance. + - Remove pinned version of pynstaller in requeriments-dev to solve cve. + - Clarify documentation about password management. + - Update documentation for python 3.12 + .. _2.7.1: 2.7.1 - 2024-06-27 diff --git a/dds_cli/version.py b/dds_cli/version.py index f5e94b47..9951ebcb 100644 --- a/dds_cli/version.py +++ b/dds_cli/version.py @@ -2,4 +2,4 @@ # Do not change bump the major version unless absolutely necessary - makes incompatible with API # If mid or minor version reaches 9, continue to 10, 11 etc. -__version__ = "2.7.1" +__version__ = "2.8.0"