-
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
41 additions
and
39 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,27 @@ | ||
# 0.15.0 - 2024-09-27 | ||
|
||
## ✨ Added | ||
|
||
* Added cookiecutter-template for creating new project | ||
* [#246](https://github.com/exasol/python-toolbox/issues/246): Added standard branch protection workflow | ||
|
||
## 🐞 Bug Fixes | ||
|
||
* [#181](https://github.com/exasol/python-toolbox/issues/181): Updated metrics related workflows | ||
* [#225](https://github.com/exasol/python-toolbox/issues/225): Fixed broken reference to version file in workflow | ||
* Fixed coverage for empty project | ||
|
||
## ⚒️ Refactorings | ||
|
||
* [#219](https://github.com/exasol/python-toolbox/issues/219): Updated project template configuration | ||
* Updated actions/checkout to v4 | ||
|
||
## 📚 Documentation | ||
* Add Python Styleguide | ||
* Add Issue Guide | ||
* Updated User Documentation | ||
|
||
## 🔩 Internal | ||
|
||
* Update depdency constraints | ||
* Relock dependencies |
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,28 +1 @@ | ||
# Unreleased | ||
|
||
## ✨ Added | ||
|
||
* Added cookiecutter-template for creating new project | ||
* [#246](https://github.com/exasol/python-toolbox/issues/246): Added standard branch protection workflow | ||
|
||
## 🐞 Bug Fixes | ||
|
||
* [#181](https://github.com/exasol/python-toolbox/issues/181): Updated metrics related workflows | ||
* [#225](https://github.com/exasol/python-toolbox/issues/225): Fixed broken reference to version file in workflow | ||
* Fixed coverage for empty project | ||
|
||
## ⚒️ Refactorings | ||
|
||
* [#219](https://github.com/exasol/python-toolbox/issues/219): Updated project template configuration | ||
* Updated actions/checkout to v4 | ||
|
||
## 📚 Documentation | ||
* Add Python Styleguide | ||
* Add Issue Guide | ||
* Updated User Documentation | ||
|
||
## 🔩 Internal | ||
|
||
* Update depdency constraints | ||
* Relock dependencies | ||
|
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.14.0 | ||
uses: exasol/python-toolbox/.github/actions/python-environment@0.15.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.14.0" | ||
version = "0.15.0" | ||
description = "Your one-stop solution for managing all standard tasks and core workflows of your Python project." | ||
authors = [ | ||
"Nicola Coretti <[email protected]>" | ||
|