Skip to content

Commit

Permalink
chore(main): release storage 1.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 9, 2024
1 parent 01a5cbb commit 557727f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"pubsub": "1.40.0",
"pubsublite": "1.8.2",
"spanner": "1.64.0",
"storage": "1.43.0",
"storage": "1.43.1",
"vertexai": "0.12.0"
}
7 changes: 7 additions & 0 deletions storage/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changes


## [1.43.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.43.0...storage/v1.43.1) (2024-07-09)


### Bug Fixes

* **storage/transfermanager:** Correct Attrs.StartOffset for sharded downloads ([#10512](https://github.com/googleapis/google-cloud-go/issues/10512)) ([01a5cbb](https://github.com/googleapis/google-cloud-go/commit/01a5cbba6d9d9f425f045b58fa16d8c85804c29c))

## [1.43.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.42.0...storage/v1.43.0) (2024-07-03)


Expand Down
2 changes: 1 addition & 1 deletion storage/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.43.0"
const Version = "1.43.1"

0 comments on commit 557727f

Please sign in to comment.