-
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.
* Prepare release 0.1.0 * fixed release task in justfile
- Loading branch information
Showing
4 changed files
with
19 additions
and
14 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 |
---|---|---|
@@ -1,12 +1,14 @@ | ||
# Changes | ||
|
||
* [unreleased](unreleased.md) | ||
* [0.1.0](changes_0.1.0.md) | ||
|
||
<!--- This MyST Parser Sphinx directive is necessary to keep Sphinx happy. We need list here all release letters again, because release droid and other scripts assume Markdown ---> | ||
```{toctree} | ||
--- | ||
hidden: | ||
--- | ||
unreleased | ||
changes_0.1.0 | ||
``` |
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,12 @@ | ||
# 0.1.0 - 2024-05-28 | ||
|
||
## Summary | ||
|
||
🚀 Initial Release of the pytest-exasol-saas Plugin | ||
|
||
This version introduces the `pytest-exasol-saas` plugin providing pytest functionalities for the API to Exasol SaaS instances provided by [exasol-saas-api](https://github.com/exasol/saas-api-python). | ||
|
||
## Features | ||
|
||
* #9: Added sub-project for exasol-saas-api | ||
* #10: Added pytest fixtures for usage in integration tests of external projects |
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,12 +1 @@ | ||
# Unreleased | ||
|
||
## Summary | ||
|
||
🚀 Initial Release of the pytest-exasol-saas Plugin | ||
|
||
This version introduces the `pytest-exasol-saas` plugin providing pytest functionalities for the API to Exasol SaaS instances provided by [exasol-saas-api](https://github.com/exasol/saas-api-python). | ||
|
||
## Features | ||
|
||
* #9: Added sub-project for exasol-saas-api | ||
* #10: Added pytest fixtures for usage in integration tests of external projects |