Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/security-issues/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
- name: Install Python Toolbox / Security tool
shell: bash
run: |
pip install exasol-toolbox==6.3.0
pip install exasol-toolbox==6.4.0
- name: Create Security Issue Report
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions doc/changes/changelog.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions doc/changes/changes_6.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 6.4.0 - 2026-04-22

## Summary

This release includes a few notable improvements:
* The nox session `release:prepare` automatically reports resolved security issues.
* The stability of the `tbx security cve` CLI commands is improved with new test coverage
to help ensure it works for non-Python projects.

## Features

* #777: Improved VulnerabilityMatcher to handle packages with multiple vulnerabilities
* #517: Modified nox session `release:prepare` to report resolved security issues

## Refactoring

* #731: Reduced costly `test-python-environment.yml` to run when triggered on `main` or when the files related to the action are altered
* #785: Removed nox session `project:report` and metrics-schema, as superseded by Sonar usage
* #763: Parsed and manipulated Changes Files
* #788: Removed tbx workflow CLI commands, as superseded by nox session `workflow:generate`

## Bugfix

* #798: Added test to ensure `tbx security cve` works
16 changes: 0 additions & 16 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
# Unreleased

## Summary

## Features

* #777: Improved VulnerabilityMatcher to handle packages with multiple vulnerabilities
* #517: Modified nox session `release:prepare` to report resolved security issues

## Refactoring

* #731: Reduced costly `test-python-environment.yml` to run when triggered on `main` or when the files related to the action are altered
* #785: Removed nox session `project:report` and metrics-schema, as superseded by Sonar usage
* #763: Parsed and manipulated Changes Files
* #788: Removed tbx workflow CLI commands, as superseded by nox session `workflow:generate`

## Bugfix

* #798: Added test to ensure `tbx security cve` works
2 changes: 1 addition & 1 deletion exasol/toolbox/version.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion project-template/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author_email": "opensource@exasol.com",
"project_short_tag": "",
"python_version_min": "3.10",
"exasol_toolbox_version_range": ">=6.3.0,<7",
"exasol_toolbox_version_range": ">=6.4.0,<7",
"license_year": "{% now 'utc', '%Y' %}",
"__repo_name_slug": "{{cookiecutter.package_name}}",
"__package_name_slug": "{{cookiecutter.package_name}}",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "exasol-toolbox"
version = "6.3.0"
version = "6.4.0"
description = "Your one-stop solution for managing all standard tasks and core workflows of your Python project."
authors = [
{ name = "Nicola Coretti", email = "nicola.coretti@exasol.com" },
Expand Down