Skip to content

Commit 2fe47c3

Browse files
committed
Prepare release 2.0.1 (#123)
1 parent bdd6dda commit 2fe47c3

File tree

5 files changed

+19
-17
lines changed

5 files changed

+19
-17
lines changed

doc/changes/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

33
* [unreleased](unreleased.md)
4+
* [2.0.1](changes_2.0.1.md)
45
* [2.0.0](changes_2.0.0.md)
56
* [1.8.0](changes_1.8.0.md)
67
* [1.7.0](changes_1.7.0.md)

doc/changes/changes_2.0.1.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# 2.0.1 - 2025-06-03
2+
3+
This hotfix fixes the Github release workflows and avoids leakage of passwords in log artifacts.
4+
5+
## Refactorings
6+
7+
- #125: Updated exaslct and added check for password leak
8+
- #127: Reformatted code with latest PTB
9+
10+
This hotfix fixes the Github release workflows.
11+
12+
13+
## Bugs
14+
15+
- #119: Fixed Github release
16+
- #121: Fixed Github release

doc/changes/unreleased.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1 @@
11
# Unreleased
2-
3-
This hotfix fixes the Github release workflows and avoids leakage of passwords in log artifacts.
4-
5-
## Refactorings
6-
7-
- #125: Updated exaslct and added check for password leak
8-
- #127: Reformatted code with latest PTB
9-
10-
This hotfix fixes the Github release workflows.
11-
12-
13-
## Bugs
14-
15-
- #119: Fixed Github release
16-
- #121: Fixed Github release

exasol/slc_ci_setup/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
# If you need to change the version, do so in the pyproject.toml, e.g. by using `poetry version X.Y.Z`.
77
MAJOR = 2
88
MINOR = 0
9-
PATCH = 0
9+
PATCH = 1
1010
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"
1111
__version__ = VERSION

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-script-languages-container-ci-setup"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Manages AWS cloud CI build infrastructure."
55

66
requires-python = ">=3.10, <4.0"

0 commit comments

Comments
 (0)