Skip to content

Commit

Permalink
chore(develop): release 6.4.0 (#1315)
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>
Co-authored-by: Neil Johnson <[email protected]>
  • Loading branch information
release-please[bot] and nj1973 authored Nov 13, 2024
1 parent 8f64142 commit 9920955
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

## [6.4.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v6.3.0...v6.4.0) (2024-11-12)


### Features

* user defined input `run_id` via config ([#1310](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1310)) ([783d1b0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/783d1b09359490f1977ac66534c92dddd55a4e74))


### Bug Fixes

* Fix --comp-fields bug losing option value before validation ([#1323](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1323)) ([8813366](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/8813366d6aff76552722c08f593e4194ebb6b7a1))
* Hardcode Oracle max_identifier_length=128, this is a hack but a necessary evil ([#1316](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1316)) ([4c54031](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/4c540314cd6dcdd6d238bfb48bca6dd4e2e1033d))
* Issue 1312 incorrect status code ([#1317](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1317)) ([ade6d79](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/ade6d795c79b556e517cde80398dda11ce38d227))
* Issue 1325 ([#1328](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1328)) ([dfe8b8b](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/dfe8b8b35364ae7726b24a1f2dbf47d8ac4931d8))


### Documentation

* Add a sample script for VM automation of partitioning ([#1307](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1307)) ([75089b1](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/75089b154f5155bde9d5eb697fcc51a547d344dc))

## [6.3.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v6.2.0...v6.3.0) (2024-10-24)


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 = "6.3.0"
version = "6.4.0"
release_status = "Development Status :: 4 - Beta"

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

0 comments on commit 9920955

Please sign in to comment.