Skip to content

Commit

Permalink
chore(develop): release 2.6.0 (#628)
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 Nov 30, 2022
1 parent c694357 commit bb5b11b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## Untagged

## [2.6.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v2.5.0...v2.6.0) (2022-11-28)


### Features

* add random row support for MSSQL ([#633](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/633)) ([3041bd1](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/3041bd142ca48860a1861486dd10cdd791b7f8bf))
* to_char support for Oracle and Postgres ([#632](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/632)) ([78f1ce9](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/78f1ce9acc1e956106540a492c8d442485cd7f4c))


### Bug Fixes

* bare data-validation command throws exception ([#627](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/627)) ([7595c50](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/7595c504cffd0609fd278c2889d71f5655d77592))
* column validation casing to allow for case-insensitive match ([#626](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/626)) ([c694357](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/c69435794571fe639ea215f76f496b665a928419))

## [2.5.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v2.4.0...v2.5.0) (2022-10-18)


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 = "2.5.0"
version = "2.6.0"
release_status = "Development Status :: 3 - Alpha"

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

0 comments on commit bb5b11b

Please sign in to comment.