Update dependencies

This commit is contained in:
github-actions
2024-08-02 06:07:33 +00:00
parent 5efc8884d1
commit 1fbfdfd4f7
40 changed files with 1300 additions and 939 deletions

View File

@@ -1,3 +1,3 @@
{
"v2": "2.12.5"
"v2": "2.13.0"
}

View File

@@ -1,5 +1,12 @@
# Changelog
## [2.13.0](https://github.com/googleapis/gax-go/compare/v2.12.5...v2.13.0) (2024-07-22)
### Features
* **iterator:** add package to help work with new iter.Seq types ([#358](https://github.com/googleapis/gax-go/issues/358)) ([6bccdaa](https://github.com/googleapis/gax-go/commit/6bccdaac011fe6fd147e4eb533a8e6520b7d4acc))
## [2.12.5](https://github.com/googleapis/gax-go/compare/v2.12.4...v2.12.5) (2024-06-18)

View File

@@ -30,4 +30,4 @@
package internal
// Version is the current tagged release of the library.
const Version = "2.12.5"
const Version = "2.13.0"