Skip to content

Commit 1d524b5

Browse files
committed
chore: update version to 0.10.35 and add .claude/settings.local.json to .gitignore
1 parent c6d9fb8 commit 1d524b5

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,3 +329,4 @@ fabric.properties
329329

330330
# Generated test files
331331
**/.tmp
332+
/.claude/settings.local.json

CHANGELOG.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
### Added
11-
12-
- The Spark importer and exporter now also exports the description of columns via the additional metadata of StructFields
10+
## [0.10.35] - 2025-08-25
1311

1412
### Added
1513

14+
- Export to DQX : datacontract export --format dqx (#846)
1615
- API `/test` endpoint now supports `publish_url` parameter to publish test results to a URL. (#853)
16+
- The Spark importer and exporter now also exports the description of columns via the additional metadata of StructFields (#868)
1717

1818
### Fixed
1919

2020
- Improved regex for extracting Azure storage account names from URLs with containerName@storageAccountName format (#848)
2121
- JSON Schema Check: Add globbing support for local JSON files
2222

2323

24-
### Added
25-
26-
- Export to DQX : datacontract export --format dqx
27-
28-
2924
## [0.10.34] - 2025-08-06
3025

3126
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "datacontract-cli"
3-
version = "0.10.34"
3+
version = "0.10.35"
44
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."
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)