Skip to content

Commit d00f8a8

Browse files
chore(main): release google-apis-generator 0.10.0 (#11662)
1 parent 9cd5d55 commit d00f8a8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"google-apis-core": "0.9.0",
3-
"google-apis-generator": "0.9.0"
3+
"google-apis-generator": "0.10.0"
44
}

google-apis-generator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release History
22

3+
### 0.10.0 (2022-09-20)
4+
5+
#### Features
6+
7+
* Add storage upload to move away from unified upload protocol ([#11508](https://github.com/googleapis/google-api-ruby-client/issues/11508))
8+
* Update core dependency to at least 0.7.2 ([#11660](https://github.com/googleapis/google-api-ruby-client/issues/11660))
9+
* Update core dependency to at least 0.9.0 ([#11808](https://github.com/googleapis/google-api-ruby-client/issues/11808))
10+
311
### 0.9.0 (2022-07-04)
412

513
#### Features

google-apis-generator/lib/google/apis/generator/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module Google
1616
module Apis
1717
class Generator
18-
VERSION = "0.9.0"
18+
VERSION = "0.10.0"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)