Skip to content

Commit

Permalink
chore(main): release google-apis-generator 0.10.0 (#11662)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Sep 20, 2022
1 parent 9cd5d55 commit d00f8a8
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.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"google-apis-core": "0.9.0",
"google-apis-generator": "0.9.0"
"google-apis-generator": "0.10.0"
}
8 changes: 8 additions & 0 deletions google-apis-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History

### 0.10.0 (2022-09-20)

#### Features

* Add storage upload to move away from unified upload protocol ([#11508](https://github.com/googleapis/google-api-ruby-client/issues/11508))
* Update core dependency to at least 0.7.2 ([#11660](https://github.com/googleapis/google-api-ruby-client/issues/11660))
* Update core dependency to at least 0.9.0 ([#11808](https://github.com/googleapis/google-api-ruby-client/issues/11808))

### 0.9.0 (2022-07-04)

#### Features
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.9.0"
VERSION = "0.10.0"
end
end
end

0 comments on commit d00f8a8

Please sign in to comment.