Skip to content

Commit e3a209d

Browse files
chore(main): release storage 1.35.1 (#8997)
🤖 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).
1 parent 8e63c70 commit e3a209d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest-individual.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"pubsub": "1.33.0",
1212
"pubsublite": "1.8.1",
1313
"spanner": "1.51.0",
14-
"storage": "1.35.0"
14+
"storage": "1.35.1"
1515
}

storage/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changes
22

33

4+
## [1.35.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.35.0...storage/v1.35.1) (2023-11-09)
5+
6+
7+
### Bug Fixes
8+
9+
* **storage:** Rename aux.go to auxiliary.go fixing windows build ([ba23673](https://github.com/googleapis/google-cloud-go/commit/ba23673da7707c31292e4aa29d65b7ac1446d4a6))
10+
411
## [1.35.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.34.1...storage/v1.35.0) (2023-11-09)
512

613

storage/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.35.0"
18+
const Version = "1.35.1"

0 commit comments

Comments
 (0)