Skip to content

Commit

Permalink
chore(main): release google-cloud-batch 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 25, 2025
1 parent 5deacb9 commit d011e1f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"google-cloud-bare_metal_solution+FILLER": "0.0.0",
"google-cloud-bare_metal_solution-v2": "0.9.0",
"google-cloud-bare_metal_solution-v2+FILLER": "0.0.0",
"google-cloud-batch": "1.2.1",
"google-cloud-batch": "1.3.0",
"google-cloud-batch+FILLER": "0.0.0",
"google-cloud-batch-v1": "0.20.1",
"google-cloud-batch-v1+FILLER": "0.0.0",
Expand Down
6 changes: 6 additions & 0 deletions google-cloud-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 1.3.0 (2025-01-25)

#### Features

* Provide methods to determine whether services are available with the currently installed versioned client ([#28527](https://github.com/googleapis/google-cloud-ruby/issues/28527))

### 1.2.1 (2024-08-08)

#### Documentation
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-batch/lib/google/cloud/batch/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module Batch
VERSION = "1.2.1"
VERSION = "1.3.0"
end
end
end

0 comments on commit d011e1f

Please sign in to comment.