From 265c1b7b14db16c5c34169e0ab47253fb303bfa4 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Thu, 13 Nov 2025 21:42:49 +0000 Subject: [PATCH 1/2] feat: some feature --- noop.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 noop.txt diff --git a/noop.txt b/noop.txt new file mode 100644 index 0000000..e69de29 From 2b8b2d490a27daa9d3ba0a04a74150f71e899b7c Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Thu, 13 Nov 2025 21:42:51 +0000 Subject: [PATCH 2/2] chore: create a release --- .librarian/state.yaml | 3 ++- CHANGELOG.md | 7 +++++++ test_utils/version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index b45c914..2f4eb95 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,7 +1,8 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620 libraries: - id: google-cloud-testutils - version: 1.7.0 + version: 1.8.0 + last_generated_commit: "" apis: [] source_roots: - . diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a9655..b1c6950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-testutils/#history +## [1.8.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-testutils-v1.7.0...google-cloud-testutils-v1.8.0) (2025-11-13) + + +### Features + +* some feature ([265c1b7b14db16c5c34169e0ab47253fb303bfa4](https://github.com/googleapis/google-cloud-python/commit/265c1b7b14db16c5c34169e0ab47253fb303bfa4)) + ## [1.7.0](https://github.com/googleapis/python-test-utils/compare/v1.6.4...v1.7.0) (2025-10-29) diff --git a/test_utils/version.py b/test_utils/version.py index 3ed5ae3..4290332 100644 --- a/test_utils/version.py +++ b/test_utils/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.7.0" +__version__ = "1.8.0"