Skip to content

Commit e75816b

Browse files
chore(develop): release 7.7.0 (#1520)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4fc741c commit e75816b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

33
## Untagged
44

5+
## [7.7.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v7.6.1...v7.7.0) (2025-05-20)
6+
7+
8+
### Features
9+
10+
* Support custom BigQuery storage api endpoint ([#1501](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1501)) ([4fc741c](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/4fc741c655f281c836e2a234a8fedf1e44e06c1a))
11+
12+
13+
### Bug Fixes
14+
15+
* Use trim_scale() to format cast(decimal, string) consistently when scale is None ([#1516](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1516)) ([1c2d215](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/1c2d215e3f2700685cd8c8cad3831ea8e69e984a))
16+
517
## [7.6.1](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v7.6.0...v7.6.1) (2025-05-03)
618

719

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

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

0 commit comments

Comments
 (0)