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] committed Jul 15, 2024
1 parent 8cf89a3 commit 177ab09
Show file tree
Hide file tree
Showing 3 changed files with 10 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"
}
8 changes: 8 additions & 0 deletions storage/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changes


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


### 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))
* **storage:** Bump google.golang.org/[email protected] ([8ecc4e9](https://github.com/googleapis/google-cloud-go/commit/8ecc4e9622e5bbe9b90384d5848ab816027226c5))

## [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 177ab09

Please sign in to comment.