Skip to content

Commit

Permalink
chore(main): release google-apis-generator 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 10, 2025
1 parent 2138f42 commit 1c696a5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"google-apis-core": "0.15.1",
"google-apis-core+FILLER": "0.0.0",
"google-apis-generator": "0.15.1",
"google-apis-generator": "0.16.0",
"google-apis-generator+FILLER": "0.0.0"
}
9 changes: 9 additions & 0 deletions google-apis-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release History

### 0.16.0 (2025-01-10)

#### Features

* Automated regeneration of ml v1 client ([#21158](https://github.com/googleapis/google-api-ruby-client/issues/21158))
#### Bug Fixes

* fix a corner case with a missing ref ([#21133](https://github.com/googleapis/google-api-ruby-client/issues/21133))

### 0.15.1 (2024-07-29)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion google-apis-generator/lib/google/apis/generator/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
module Google
module Apis
class Generator
VERSION = "0.15.1"
VERSION = "0.16.0"
end
end
end

0 comments on commit 1c696a5

Please sign in to comment.