Skip to content

Commit a75e403

Browse files
chore(develop): release 7.4.0 (#1459)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 241f018 commit a75e403

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

33
## Untagged
44

5+
## [7.4.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v7.3.0...v7.4.0) (2025-03-04)
6+
7+
8+
### Features
9+
10+
* Add --format option to raw query command ([#1450](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1450)) ([241f018](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/241f018cbccbbe847fbfa1ab5a5397ea59df3121))
11+
12+
13+
### Bug Fixes
14+
15+
* Include Int64 in data types to cast to string during sum column validation ([#1452](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1452)) ([98439ff](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/98439ff515984a9b274bb2a856222adb8f809b51))
16+
* PostgreSQL epoch_seconds expression now matches Oracle/BigQuery/SQL Server/etc ([#1458](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1458)) ([bf7cb64](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/bf7cb64a1a114a1fa8d5cf65dbd4f8f4b63955e5))
17+
518
## [7.3.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v7.2.0...v7.3.0) (2025-02-19)
619

720

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.3.0"
21+
version = "7.4.0"
2222
release_status = "Development Status :: 4 - Beta"
2323

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

0 commit comments

Comments
 (0)