From 57d85f9a18e88851414fcea8d2ad4ae882bacd74 Mon Sep 17 00:00:00 2001 From: ckunki Date: Thu, 11 Jul 2024 10:13:10 +0200 Subject: [PATCH] Prepare release 0.8.0 --- doc/changes/changelog.md | 2 ++ doc/changes/changes_0.8.0.md | 15 +++++++++++++++ doc/changes/unreleased.md | 14 -------------- 3 files changed, 17 insertions(+), 14 deletions(-) create mode 100644 doc/changes/changes_0.8.0.md diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index c8663a2..310b144 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,6 +1,7 @@ # Changes * [unreleased](unreleased.md) +* [0.8.0](changes_0.8.0.md) * [0.7.0](changes_0.7.0.md) * [0.6.0](changes_0.6.0.md) * [0.5.0](changes_0.5.0.md) @@ -15,6 +16,7 @@ hidden: --- unreleased +changes_0.8.0 changes_0.7.0 changes_0.6.0 changes_0.5.0 diff --git a/doc/changes/changes_0.8.0.md b/doc/changes/changes_0.8.0.md new file mode 100644 index 0000000..dfb899c --- /dev/null +++ b/doc/changes/changes_0.8.0.md @@ -0,0 +1,15 @@ +# 0.8.0 - 2024-07-11 + +This release fixes vulnerabilities by updating dependencies. + +## Security + +* Fixed vulnerabilities by updating dependencies + * Vulnerability CVE-2024-21503 in transitive dependency via `exasol-toolbox` to `black` in versions below `24.3.0` + +## Refactorings + +* #68: Update to Python 3.10 +* #70: Optimized logging +* n/a: Changed schedule checking if open api is outdated to 2 am +* #29: Enhanced nox task generate-api to add transitive dependencies into main `pyproject.toml` \ No newline at end of file diff --git a/doc/changes/unreleased.md b/doc/changes/unreleased.md index e82006a..79e701b 100644 --- a/doc/changes/unreleased.md +++ b/doc/changes/unreleased.md @@ -1,15 +1 @@ # Unreleased - -This release fixes vulnerabilities by updating dependencies. - -## Security - -* Fixed vulnerabilities by updating dependencies - * Vulnerability CVE-2024-21503 in transitive dependency via `exasol-toolbox` to `black` in versions below `24.3.0` - -## Refactorings - -* #68: Update to Python 3.10 -* #70: Optimized logging -* n/a: Changed schedule checking if open api is outdated to 2 am -* #29: Enhanced nox task generate-api to add transitive dependencies into main `pyproject.toml` \ No newline at end of file