From 268dcd154cf5248a1c87f93227fb16aa54eb9c09 Mon Sep 17 00:00:00 2001 From: rv0lt <alvarorevu@gmail.com> Date: Tue, 9 Apr 2024 11:04:45 +0200 Subject: [PATCH 1/3] new version and changelog --- dds_cli/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dds_cli/version.py b/dds_cli/version.py index 4156df9e..37004aa7 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.6.3" +__version__ = "2.6.4" From dcac9e6d2d25e75f7d45809953c534fdba258d59 Mon Sep 17 00:00:00 2001 From: rv0lt <alvarorevu@gmail.com> Date: Tue, 9 Apr 2024 11:08:44 +0200 Subject: [PATCH 2/3] version and changelog --- CHANGELOG.rst | 10 +++++++++- SPRINTLOG.md | 5 +++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 130d52ad..4cc32bd3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,9 +1,17 @@ Changelog ========== +.. _2.6.4: + +2.6.4 - 2024-04-09 +~~~~~~~~~~~~~~~~~~~ + +- Dependencies: + - `jwcrypto` from `1.5.1` to `1.5.6` + .. _2.6.3: -2.6.2 - 2023-02-13 +2.6.3 - 2023-02-27 ~~~~~~~~~~~~~~~~~~~ - Dependencies: diff --git a/SPRINTLOG.md b/SPRINTLOG.md index fa64980e..4e116384 100644 --- a/SPRINTLOG.md +++ b/SPRINTLOG.md @@ -341,3 +341,8 @@ _Empty sprint_ # 2024-02-26 - 2024-03-08 - New extra release, outside maintenance window, version 2.6.3 ([#682](https://github.com/ScilifelabDataCentre/dds_cli/pull/682)) + +# 2024-03-25 - 2024-04-5 + +- Update jwcrypto package to address cve ([#1523](https://github.com/ScilifelabDataCentre/dds_web/pull/1523)) +- New version: 2.6.4 ([#670](https://github.com/ScilifelabDataCentre/dds_cli/pull/670)) From c6d2b283e05cd0c9373041e33c37ac38bfc1cf86 Mon Sep 17 00:00:00 2001 From: rv0lt <alvarorevu@gmail.com> Date: Tue, 9 Apr 2024 11:11:36 +0200 Subject: [PATCH 3/3] sprintlog --- SPRINTLOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SPRINTLOG.md b/SPRINTLOG.md index 4e116384..841dc11b 100644 --- a/SPRINTLOG.md +++ b/SPRINTLOG.md @@ -345,4 +345,7 @@ _Empty sprint_ # 2024-03-25 - 2024-04-5 - Update jwcrypto package to address cve ([#1523](https://github.com/ScilifelabDataCentre/dds_web/pull/1523)) -- New version: 2.6.4 ([#670](https://github.com/ScilifelabDataCentre/dds_cli/pull/670)) + +# 2024-04-8 - 2024-04-19 + +- New version: 2.6.4 ([#687](https://github.com/ScilifelabDataCentre/dds_cli/pull/687))