Skip to content

Commit

Permalink
Prepare release 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenchrist committed Apr 1, 2024
1 parent 28a5a7d commit 2110298
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "datacontract-cli"
version = "0.9.7"
version = "0.9.8"
description = "Test data contracts"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 2110298

Please sign in to comment.