-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
27 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 0.17.0 - 2024-11-18 | ||
|
||
## 🐞 Fixed | ||
|
||
* Fixed the issue with publishing new documentation after releasing a new version | ||
* Fixed the issue where master/main was not part of the multiversion documentation | ||
|
||
## ✨ Added | ||
|
||
* #149: Added nox task to lint imports | ||
* Added support to manually trigger documentation build | ||
* #248: Added security results to workflow summary | ||
* #233: Added nox task to verify dependency declarations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1 @@ | ||
# Unreleased | ||
|
||
## 🐞 Fixed | ||
|
||
* Fixed the issue with publishing new documentation after releasing a new version | ||
* Fixed the issue where master/main was not part of the multiversion documentation | ||
|
||
## ✨ Added | ||
|
||
* #149: Added nox task to lint imports | ||
* Added support to manually trigger documentation build | ||
* #248: Added security results to workflow summary | ||
* #233: Added nox task to verify dependency declarations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Setup Python & Poetry Environment | ||
uses: exasol/python-toolbox/.github/actions/python-environment@0.16.0 | ||
uses: exasol/python-toolbox/.github/actions/python-environment@0.17.0 | ||
|
||
- name: Download Artifacts | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "exasol-toolbox" | |
packages = [ | ||
{ include = "exasol" }, | ||
] | ||
version = "0.16.0" | ||
version = "0.17.0" | ||
description = "Your one-stop solution for managing all standard tasks and core workflows of your Python project." | ||
authors = [ | ||
"Nicola Coretti <[email protected]>" | ||
|