Skip to content

Commit

Permalink
chore (release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2024-2-26)

### Bug Fixes

* enhance casting methods for proper conversion of primitive values to target types ([#27](#27)) ([744384b](744384b))
  • Loading branch information
semantic-release-bot committed Feb 26, 2024
1 parent 744384b commit d13a5a6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 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.2.0**
**Latest Version: 1.2.1**

**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
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.2.1](https://github.com/Raiffeisen-DGTL/checkita-data-quality/compare/v1.2.0...v1.2.1) (2024-2-26)


### Bug Fixes

* enhance casting methods for proper conversion of primitive values to target types ([#27](https://github.com/Raiffeisen-DGTL/checkita-data-quality/issues/27)) ([744384b](https://github.com/Raiffeisen-DGTL/checkita-data-quality/commit/744384b77cee7bac7c23d3af700ae7fb78c0a846))

# [1.2.0](https://github.com/Raiffeisen-DGTL/checkita-data-quality/compare/v1.1.1...v1.2.0) (2024-2-16)


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.2.0**
**Latest Version: 1.2.1**

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.2.0**
**Актуальная версия: 1.2.1**

> Документация на русском языке находится в стадии разработки. Пожалуйста, пользуйтесь документацией на английском.
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.2.0"
val releaseVersion = "1.2.1"
}

0 comments on commit d13a5a6

Please sign in to comment.