Skip to content

Commit

Permalink
Preare release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Feb 22, 2024
1 parent d0ca4d1 commit 9ce405e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changes

* [3.0.0](changes_3.0.0.md)
* [2.1.0](changes_2.1.0.md)
* [2.0.0](changes_2.0.0.md)
* [1.7.1](changes_1.7.1.md)
Expand Down Expand Up @@ -30,6 +31,7 @@
---
hidden:
---
changes_3.0.0
changes_2.1.0
changes_2.0.0
changes_1.7.1
Expand Down
19 changes: 19 additions & 0 deletions doc/changes/changes_3.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Integration-Test-Docker-Environment 3.0.0, released 2024-02-22

## Summary

Remove `pytest-itde` plugin.

### Supported Exasol Versions

* **7.1**: up to 7.1.17
* **8**: 8.18.1

### Breaking Changes

* Remove `pytest-itde` plugin See also

Users which do rely on the plugin should consider moving to the standalone [pytest-itde](https://pypi.org/project/pytest-exasol-itde/) plugin.
The related project can be found [here](https://github.com/exasol/pytest-plugins)


2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "exasol-integration-test-docker-environment"
packages = [
{ include = "exasol_integration_test_docker_environment" },
]
version = "2.1.0"
version = "3.0.0"
description = "Integration Test Docker Environment for Exasol"

license = "MIT"
Expand Down

0 comments on commit 9ce405e

Please sign in to comment.