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==10.0.0
pip install exasol-toolbox==10.1.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.

12 changes: 12 additions & 0 deletions doc/changes/changes_10.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 10.1.0 - 2026-06-30

## Summary

This minor release adds an opt-out for documentation-enabled workflows and jobs. Projects can
now declare that they do not serve documentation with the `has_documentation` switch in
`BaseConfig`, and the workflow generator/checker will stop documentation relevant jobs
and workflows for those projects. This should only be set to `False` for exceptional cases.

## Feature

* #901: Provided switch `has_documentation` in `BaseConfig` for projects without documentation
9 changes: 0 additions & 9 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# Unreleased

## Summary

This minor release adds an opt-out for documentation-enabled workflows and jobs. Projects can
now declare that they do not serve documentation with the `has_documentation` switch in
`BaseConfig`, and the workflow generator/checker will stop documentation relevant jobs
and workflows for those projects. This should only be set to `False` for exceptional cases.

## Feature

* #901: Provided switch `has_documentation` in `BaseConfig` for projects without documentation
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": ">=10.0.0,<11",
"exasol_toolbox_version_range": ">=10.1.0,<11",
"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 = "10.0.0"
version = "10.1.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