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==1.0.0
pip install exasol-toolbox==1.0.1

- name: Create Security Issue Report
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

* [unreleased](unreleased.md)
* [1.0.1](changes_1.0.1.md)
* [1.0.0](changes_1.0.0.md)
* [0.21.0](changes_0.21.0.md)
* [0.20.0](changes_0.20.0.md)
Expand Down Expand Up @@ -31,6 +32,7 @@
hidden:
---
unreleased
changes_1.0.1
changes_1.0.0
changes_0.21.0
changes_0.20.0
Expand Down
10 changes: 10 additions & 0 deletions doc/changes/changes_1.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 1.0.1 - 2025-04-11

## Bugfixes

* #397: Fixed handling empty coverage
* #403: Removed unneeded `poetry run` from internal code of nox tasks

## Refactorings

* #399: Modified `release:prepare` to update `.github/actions` with new PTB version
9 changes: 0 additions & 9 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
# Unreleased

## Bugfixes

* #397: Fixed handling empty coverage
* #403: Removed unneeded `poetry run` from internal code of nox tasks

## Refactorings

* #399: Modified `release:prepare` to update `.github/actions` with new PTB version
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Build Artifacts
run: poetry build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Check Tag Version
# make sure the pushed/created tag matched the project version
Expand Down
16 changes: 8 additions & 8 deletions exasol/toolbox/templates/github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

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

- name: Check Version(s)
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Build Documentation
run: |
Expand All @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Run changelog update check
run: poetry run -- nox -s changelog:updated
Expand All @@ -75,7 +75,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v4

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

Expand All @@ -124,7 +124,7 @@ jobs:
uses: actions/checkout@v4

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

Expand All @@ -147,7 +147,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Run format check
run: poetry run -- nox -s project:format
Expand All @@ -167,7 +167,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down
2 changes: 1 addition & 1 deletion exasol/toolbox/templates/github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

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

- name: Build Documentation
run: |
Expand Down
2 changes: 1 addition & 1 deletion exasol/toolbox/templates/github/workflows/matrix-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Generate matrix
run: poetry run -- nox -s matrix:all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Generate matrix
run: poetry run -- nox -s matrix:exasol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Generate matrix
run: poetry run -- nox -s matrix:python
Expand Down
2 changes: 1 addition & 1 deletion exasol/toolbox/templates/github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

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

- name: Download Artifacts
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion exasol/toolbox/templates/github/workflows/slow-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down
2 changes: 1 addition & 1 deletion exasol/toolbox/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
MAJOR = 1
MINOR = 0
PATCH = 0
PATCH = 1
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"
__version__ = VERSION
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 = "1.0.0"
version = "1.0.1"
description = "Your one-stop solution for managing all standard tasks and core workflows of your Python project."
authors = [
{name = "Nicola Coretti", email = "[email protected]"},
Expand Down