Skip to content

Commit

Permalink
Release v0.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenchrist committed Aug 8, 2024
1 parent 7248568 commit 8f9034e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
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.10.11] - 2024-08-08

### Added

- Support data type map in Glue import. (#340)
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "datacontract-cli"
version = "0.10.10"
version = "0.10.11"
description = "The datacontract CLI is an open source command-line tool for working with Data Contracts. It uses data contract YAML files to lint the data contract, connect to data sources and execute schema and quality tests, detect breaking changes, and export to different formats. The tool is written in Python. It can be used as a standalone CLI tool, in a CI/CD pipeline, or directly as a Python library."
readme = "README.md"
authors = [
Expand Down Expand Up @@ -99,12 +99,12 @@ dev = [
"pymssql==2.3.0",
"kafka-python",
"trino==0.329.0",
"testcontainers>=4.5,<4.8",
"testcontainers[core]",
"testcontainers[minio]",
"testcontainers[postgres]",
"testcontainers[kafka]",
"testcontainers[mssql]",
"testcontainers==4.7.2",
"testcontainers[core]==4.7.2",
"testcontainers[minio]==4.7.2",
"testcontainers[postgres]==4.7.2",
"testcontainers[kafka]==4.7.2",
"testcontainers[mssql]==4.7.2",
]

[project.urls]
Expand Down

0 comments on commit 8f9034e

Please sign in to comment.