Skip to content

Commit

Permalink
chore (release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2024-04-16)

### Features

* refactor kafka source API and enhance virtual sources resolving logic ([#37](#37)) ([8ea9c23](8ea9c23))
  • Loading branch information
semantic-release-bot committed Apr 16, 2024
1 parent 8ea9c23 commit a4cd9d4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Checkita Data Quality

**Latest Version: 1.5.0**
**Latest Version: 1.6.0**

**Checkita** is a data quality framework written is Scala 2.12 and uses Spark 2.4+ as a computation core.
This framework is used to perform parallel and distributed quality checks on big data environments.
Expand Down
2 changes: 1 addition & 1 deletion checkita-core/src/main/resources/version-info.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
app-version = 1.5.0
app-version = 1.6.0
config-api-version = 1.5
7 changes: 7 additions & 0 deletions docs/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.6.0](https://github.com/Raiffeisen-DGTL/checkita-data-quality/compare/v1.5.0...v1.6.0) (2024-04-16)


### Features

* refactor kafka source API and enhance virtual sources resolving logic ([#37](https://github.com/Raiffeisen-DGTL/checkita-data-quality/issues/37)) ([8ea9c23](https://github.com/Raiffeisen-DGTL/checkita-data-quality/commit/8ea9c239b0c60c985a7ddc5eda8a3af4ab8c4171))

## [1.5.0](https://github.com/Raiffeisen-DGTL/checkita-data-quality/compare/v1.4.2...v1.5.0) (2024-03-29)


Expand Down
2 changes: 1 addition & 1 deletion docs/en/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Home

**Latest Version: 1.5.0**
**Latest Version: 1.6.0**

To ensure quality of big data, it is necessary to perform calculations of a large number of metrics and checks
on huge datasets, which in turn is a difficult task.
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Home

**Актуальная версия: 1.5.0**
**Актуальная версия: 1.6.0**

> Документация на русском языке находится в стадии разработки. Пожалуйста, пользуйтесь документацией на английском.
Expand Down
2 changes: 1 addition & 1 deletion project/Version.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
object Version {
val releaseVersion = "1.5.0"
val releaseVersion = "1.6.0"
}

0 comments on commit a4cd9d4

Please sign in to comment.