Skip to content

Commit

Permalink
chore(develop): release 2.0.0 (#484)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed May 27, 2022
1 parent b63ef3b commit 179d1c5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

## Untagged

## [2.0.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v1.7.2...v2.0.0) (2022-05-26)


### ⚠ BREAKING CHANGES

* Add 'primary_keys' and 'num_random_rows' fields to result handler (#372)

### Features

* Add 'primary_keys' and 'num_random_rows' fields to result handler ([#372](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/372)) ([b123279](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/b1232791f89fb39491a65cd1945f272d85e521b1))
* add a new DAG example to run DVT ([#485](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/485)) ([e3dd7ed](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/e3dd7ed1d524c613f9c78c36bb1ad5346c37ec62))
* adding impala random function ([#483](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/483)) ([93d2072](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/93d2072fda050fd35505db3f04907c664e30f18c))
* Enable sum/avg/bit_xor for BigQuery datetime type ([#488](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/488)) ([083de07](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/083de076d32e2203531de3feffb7174df6a05908))


### Documentation

* Alpha-order Connection Types ([#491](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/491)) ([39e0dd8](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/39e0dd8d641347b7c4852c3784ae81b94c23f99f))
* GA README updates ([#492](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/492)) ([b63ef3b](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/b63ef3b6240ea4bd550db5cf635fdcdac8bb7634))

### [1.7.2](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v1.7.1...v1.7.2) (2022-05-12)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

name = "google-pso-data-validator"
description = "A package to enable easy data validation"
version = "1.7.2"
version = "2.0.0"
release_status = "Development Status :: 3 - Alpha"

with open("README.md", "r") as fh:
Expand Down

0 comments on commit 179d1c5

Please sign in to comment.