diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d53145..6fb1d3cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.8] - 2024-04-01 + ### Added - Added export format **great-expectations**: `datacontract export --format great-expectations` diff --git a/pyproject.toml b/pyproject.toml index 8b90ba60..6530b90e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "datacontract-cli" -version = "0.9.7" +version = "0.9.8" description = "Test data contracts" readme = "README.md" authors = [ @@ -45,6 +45,9 @@ dev = [ "httpx==0.27.0", "ruff", "pytest", + # testcontainers 4.x have issues with Kafka on arm + # https://github.com/testcontainers/testcontainers-python/issues/450 + "testcontainers<4.0", "testcontainers-minio", "testcontainers-postgres", "testcontainers-kafka",