Skip to content

Commit 66d11bb

Browse files
committed
updated version and changelog
1 parent 63439aa commit 66d11bb

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [0.14.0] - 2023-01-13
4+
5+
### Added
6+
- pre-commit hooks with various tools for code quality
7+
- project wide default_load_mode configuration
8+
- pipelines: added 'files' for 'sql' to deprecate 'sql_files'
9+
- pipelines: added 'run' as alias for 'check'
10+
- tests that pipeline steps matches cli
11+
- pipelines: 'write_check' for 'sql'
12+
- documentation for 'fake' pipeline step
13+
- pipelines: added 'table' and 'file' for 'load' to deprecate 'load_table'
14+
- running data_check_pipeline.yml directly to execute the pipeline
15+
16+
17+
### Changed
18+
- refactored TableInfo into Table
19+
- moved integration tests into pytest
20+
- upgraded dependencies
21+
22+
### Fixed
23+
- load fails if csv doesn't have all columns
24+
25+
### Deprecated
26+
- pipelines: 'sql_files' is deprecated, use 'sql' instead
27+
- pipelines: 'load_table' is deprecated, use 'load' instead
28+
329
## [0.13.0] - 2022-09-29
430

531
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "data_check"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
description = "simple data validation"
55
authors = ["Andreas Rjasanow <andrjas@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)