Skip to content

Commit

Permalink
chore(main): release google-cloud-batch-v1 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 7, 2025
1 parent a13e5c6 commit 2b6c591
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"google-cloud-bare_metal_solution-v2+FILLER": "0.0.0",
"google-cloud-batch": "1.3.0",
"google-cloud-batch+FILLER": "0.0.0",
"google-cloud-batch-v1": "0.21.0",
"google-cloud-batch-v1": "1.0.0",
"google-cloud-batch-v1+FILLER": "0.0.0",
"google-cloud-beyond_corp": "1.4.0",
"google-cloud-beyond_corp+FILLER": "0.0.0",
Expand Down
14 changes: 13 additions & 1 deletion google-cloud-batch-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### 1.0.0 (2025-02-07)

### ⚠ BREAKING CHANGES

* Fixed incorrect pagination on certain REST RPC methods ([#28823](https://github.com/googleapis/google-cloud-ruby/issues/28823))

#### Features

* Bump version to 1.0.0 ([#28941](https://github.com/googleapis/google-cloud-ruby/issues/28941))
#### Bug Fixes

* Fixed incorrect pagination on certain REST RPC methods ([#28823](https://github.com/googleapis/google-cloud-ruby/issues/28823))

### 0.21.0 (2025-01-28)

#### Features
Expand Down Expand Up @@ -304,4 +317,3 @@
#### Features

* Initial generation of google-cloud-batch-v1

2 changes: 1 addition & 1 deletion google-cloud-batch-v1/lib/google/cloud/batch/v1/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module Batch
module V1
VERSION = "0.21.0"
VERSION = "1.0.0"
end
end
end
Expand Down

0 comments on commit 2b6c591

Please sign in to comment.