Skip to content

Commit 3201609

Browse files
chore(develop): release 7.5.2 (#1491)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d5f72ae commit 3201609

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Untagged
44

5+
## [7.5.2](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v7.5.1...v7.5.2) (2025-04-02)
6+
7+
8+
### Bug Fixes
9+
10+
* Cater for OID &gt; 2 billion in PostgreSQL _metadata method ([#1490](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1490)) ([d5f72ae](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/d5f72ae3729316dc9fc544abb7a68f25e3667647))
11+
* NaT handling in string_to_epoch now matches datetime64 cast output ([#1488](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1488)) ([43f6e0a](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/43f6e0abf5f5af2c52ac8808ff808091d0607589))
12+
513
## [7.5.1](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v7.5.0...v7.5.1) (2025-03-31)
614

715

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
name = "google-pso-data-validator"
2020
description = "A package to enable easy data validation"
21-
version = "7.5.1"
21+
version = "7.5.2"
2222
release_status = "Development Status :: 4 - Beta"
2323

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

0 commit comments

Comments
 (0)