Skip to content

Commit bda509d

Browse files
authored
chore(release-storage-1.56.2): release storage 1.56.2 (#12873)
🤖 I have created a release *beep* *boop* --- ## [1.56.2](storage/v1.56.1...storage/v1.56.2) (2025-09-12) ### Bug Fixes * **storage:** Free buffers in Bidi Reader ([#12839](#12839)) ([10c8fac](10c8fac)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 10c8fac commit bda509d

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
@@ -13,6 +13,6 @@
1313
"pubsub/v2": "2.0.0",
1414
"pubsublite": "1.8.2",
1515
"spanner": "1.84.1",
16-
"storage": "1.56.1",
16+
"storage": "1.56.2",
1717
"vertexai": "0.15.0"
1818
}

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.56.2](https://github.com/googleapis/google-cloud-go/compare/storage/v1.56.1...storage/v1.56.2) (2025-09-12)
5+
6+
7+
### Bug Fixes
8+
9+
* **storage:** Free buffers in Bidi Reader ([#12839](https://github.com/googleapis/google-cloud-go/issues/12839)) ([10c8fac](https://github.com/googleapis/google-cloud-go/commit/10c8faccc2dae2a8177ff30ab16d67413df9f536))
10+
411
## [1.56.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.56.0...storage/v1.56.1) (2025-08-19)
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.56.1"
18+
const Version = "1.56.2"

0 commit comments

Comments
 (0)