Skip to content

Commit 09a9d0a

Browse files
committed
all: release v0.10.0
This CL will be tagged v0.10.0. Change-Id: I19c2c495ba16e96470a80626ee5a35f8012206e5 Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/44970 Reviewed-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Jean de Klerk <deklerk@google.com>
1 parent 1019037 commit 09a9d0a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v0.10.0
2+
3+
- Various updates to autogenerated clients.
4+
5+
_Please note:_ the release version is not indicative of an individual client's
6+
stability or version.
7+
18
# v0.9.0
29

310
- Small fix to chunking retry logic such that each chunk has its own retry

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626

2727
// Repo is the current version of the client libraries in this
2828
// repo. It should be a date in YYYYMMDD format.
29-
const Repo = "20190802"
29+
const Repo = "20190905"
3030

3131
// Go returns the Go runtime version. The returned string
3232
// has no whitespace.

0 commit comments

Comments
 (0)