Skip to content

Commit fec30bb

Browse files
committed
Prepare release 1.0.1
1 parent b57b6a8 commit fec30bb

File tree

14 files changed

+29
-26
lines changed

14 files changed

+29
-26
lines changed

doc/changes/changelog.md

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

33
* [unreleased](unreleased.md)
4+
* [1.0.1](changes_1.0.1.md)
45
* [1.0.0](changes_1.0.0.md)
56
* [0.21.0](changes_0.21.0.md)
67
* [0.20.0](changes_0.20.0.md)
@@ -31,6 +32,7 @@
3132
hidden:
3233
---
3334
unreleased
35+
changes_1.0.1
3436
changes_1.0.0
3537
changes_0.21.0
3638
changes_0.20.0

doc/changes/changes_1.0.1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 1.0.1 - 2025-04-09
2+
3+
## Bugfixes
4+
5+
* #397: Fixed handling empty coverage
6+
7+
## Refactorings
8+
9+
* #399: Modified `release:prepare` to update `.github/actions` with new PTB version

doc/changes/unreleased.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
11
# Unreleased
2-
3-
## Bugfixes
4-
5-
* #397: Fixed handling empty coverage
6-
7-
## Refactorings
8-
9-
* #399: Modified `release:prepare` to update `.github/actions` with new PTB version

exasol/toolbox/templates/github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Setup Python & Poetry Environment
20-
uses: exasol/python-toolbox/.github/actions/[email protected].0
20+
uses: exasol/python-toolbox/.github/actions/[email protected].1
2121

2222
- name: Build Artifacts
2323
run: poetry build

exasol/toolbox/templates/github/workflows/check-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Setup Python & Poetry Environment
17-
uses: exasol/python-toolbox/.github/actions/[email protected].0
17+
uses: exasol/python-toolbox/.github/actions/[email protected].1
1818

1919
- name: Check Tag Version
2020
# make sure the pushed/created tag matched the project version

exasol/toolbox/templates/github/workflows/checks.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Setup Python & Poetry Environment
19-
uses: exasol/python-toolbox/.github/actions/[email protected].0
19+
uses: exasol/python-toolbox/.github/actions/[email protected].1
2020

2121
- name: Check Version(s)
2222
run: |
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v4
3838

3939
- name: Setup Python & Poetry Environment
40-
uses: exasol/python-toolbox/.github/actions/[email protected].0
40+
uses: exasol/python-toolbox/.github/actions/[email protected].1
4141

4242
- name: Build Documentation
4343
run: |
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@v4
5757

5858
- name: Setup Python & Poetry Environment
59-
uses: exasol/python-toolbox/.github/actions/[email protected].0
59+
uses: exasol/python-toolbox/.github/actions/[email protected].1
6060

6161
- name: Run changelog update check
6262
run: poetry run -- nox -s changelog:updated
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@v4
7575

7676
- name: Setup Python & Poetry Environment
77-
uses: exasol/python-toolbox/.github/actions/[email protected].0
77+
uses: exasol/python-toolbox/.github/actions/[email protected].1
7878
with:
7979
python-version: ${{ matrix.python-version }}
8080

@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/checkout@v4
104104

105105
- name: Setup Python & Poetry Environment
106-
uses: exasol/python-toolbox/.github/actions/[email protected].0
106+
uses: exasol/python-toolbox/.github/actions/[email protected].1
107107
with:
108108
python-version: ${{ matrix.python-version }}
109109

@@ -123,7 +123,7 @@ jobs:
123123
uses: actions/checkout@v4
124124

125125
- name: Setup Python & Poetry Environment
126-
uses: exasol/python-toolbox/.github/actions/[email protected].0
126+
uses: exasol/python-toolbox/.github/actions/[email protected].1
127127
with:
128128
python-version: ${{ matrix.python-version }}
129129

@@ -146,7 +146,7 @@ jobs:
146146
uses: actions/checkout@v4
147147

148148
- name: Setup Python & Poetry Environment
149-
uses: exasol/python-toolbox/.github/actions/[email protected].0
149+
uses: exasol/python-toolbox/.github/actions/[email protected].1
150150

151151
- name: Run format check
152152
run: poetry run -- nox -s project:format
@@ -166,7 +166,7 @@ jobs:
166166
uses: actions/checkout@v4
167167

168168
- name: Setup Python & Poetry Environment
169-
uses: exasol/python-toolbox/.github/actions/[email protected].0
169+
uses: exasol/python-toolbox/.github/actions/[email protected].1
170170
with:
171171
python-version: ${{ matrix.python-version }}
172172

exasol/toolbox/templates/github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Setup Python & Poetry Environment
19-
uses: exasol/python-toolbox/.github/actions/[email protected].0
19+
uses: exasol/python-toolbox/.github/actions/[email protected].1
2020

2121
- name: Build Documentation
2222
run: |

exasol/toolbox/templates/github/workflows/matrix-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Setup Python & Poetry Environment
20-
uses: exasol/python-toolbox/.github/actions/[email protected].0
20+
uses: exasol/python-toolbox/.github/actions/[email protected].1
2121

2222
- name: Generate matrix
2323
run: poetry run -- nox -s matrix:all

exasol/toolbox/templates/github/workflows/matrix-exasol.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Setup Python & Poetry Environment
20-
uses: exasol/python-toolbox/.github/actions/[email protected].0
20+
uses: exasol/python-toolbox/.github/actions/[email protected].1
2121

2222
- name: Generate matrix
2323
run: poetry run -- nox -s matrix:exasol

exasol/toolbox/templates/github/workflows/matrix-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Setup Python & Poetry Environment
20-
uses: exasol/python-toolbox/.github/actions/[email protected].0
20+
uses: exasol/python-toolbox/.github/actions/[email protected].1
2121

2222
- name: Generate matrix
2323
run: poetry run -- nox -s matrix:python

0 commit comments

Comments
 (0)