Skip to content

Commit f2ae110

Browse files
committed
Prepare release 1.13.0
1 parent 562cc95 commit f2ae110

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

.github/actions/security-issues/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
- name: Install Python Toolbox / Security tool
4040
shell: bash
4141
run: |
42-
pip install exasol-toolbox==1.12.0
42+
pip install exasol-toolbox==1.13.0
4343
4444
- name: Create Security Issue Report
4545
shell: bash

doc/changes/changelog.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/changes_1.13.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# 1.13.0 - 2025-10-31
2+
## Summary
3+
4+
This releases fixes Nox session `release:prepare` for multi-project repositories.
5+
6+
## Bugfixes
7+
8+
* #580: Fixed Nox session `release:prepare` for multi-project repositories
9+
* #586: Fixed `python-environment` GitHub action to use working-directory for setup of cache variables
10+
* #559: Added SHA of `pyproject.toml` to determine cache key in `python-environment` GitHub action
11+
12+
## Features
13+
14+
* #485: Improved nox task `release:trigger`

doc/changes/unreleased.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
## Summary
44

5-
This releases fixes Nox session `release:prepare` for multi-project repositories.
5+
This releases fixes Nox session `release:prepare` for multi-project repositories and
6+
fixes the `python-environment` GitHub action to also use the `working-directory`
7+
and `pyproject.toml` setting the cache variables.
68

79
## Bugfixes
810

911
* #580: Fixed Nox session `release:prepare` for multi-project repositories
10-
* #586: Fixed `python-environment` GitHub action to use working-directory for setup of cache variables
12+
* #586: Fixed `python-environment` GitHub action to use `working-directory` for setup of cache variables
1113
* #559: Added SHA of `pyproject.toml` to determine cache key in `python-environment` GitHub action
1214

1315
## Features

exasol/toolbox/version.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "exasol-toolbox"
3-
version = "1.12.0"
3+
version = "1.13.0"
44
requires-python = ">=3.9.2,<4.0"
55
description = "Your one-stop solution for managing all standard tasks and core workflows of your Python project."
66
authors = [

0 commit comments

Comments
 (0)