commit | e3a209d0caefd20a1d2c6bb790ac03424b47a7b8 | [log] [tgz] |
---|---|---|
author | release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> | Thu Nov 09 23:48:15 2023 +0000 |
committer | GitHub <noreply@github.com> | Thu Nov 09 23:48:15 2023 +0000 |
tree | dae466a8059e5e0ef3e4b2f4ce43d04cf0a0fc80 | |
parent | 8e63c70b423e8c10ecd617ccf81fa0662f8f91b5 [diff] |
chore(main): release storage 1.35.1 (#8997) :robot: I have created a release *beep* *boop* --- ## [1.35.1](https://togithub.com/googleapis/google-cloud-go/compare/storage/v1.35.0...storage/v1.35.1) (2023-11-09) ### Bug Fixes * **storage:** Rename aux.go to auxiliary.go fixing windows build ([ba23673](https://togithub.com/googleapis/google-cloud-go/commit/ba23673da7707c31292e4aa29d65b7ac1446d4a6)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 2a6189e..ea8eee4 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json
@@ -11,5 +11,5 @@ "pubsub": "1.33.0", "pubsublite": "1.8.1", "spanner": "1.51.0", - "storage": "1.35.0" + "storage": "1.35.1" }
diff --git a/storage/CHANGES.md b/storage/CHANGES.md index f62f802..30ee040 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md
@@ -1,6 +1,13 @@ # Changes +## [1.35.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.35.0...storage/v1.35.1) (2023-11-09) + + +### Bug Fixes + +* **storage:** Rename aux.go to auxiliary.go fixing windows build ([ba23673](https://github.com/googleapis/google-cloud-go/commit/ba23673da7707c31292e4aa29d65b7ac1446d4a6)) + ## [1.35.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.34.1...storage/v1.35.0) (2023-11-09)
diff --git a/storage/internal/version.go b/storage/internal/version.go index b846f14..eca9b29 100644 --- a/storage/internal/version.go +++ b/storage/internal/version.go
@@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.35.0" +const Version = "1.35.1"