We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab1ae8 commit 45133f0Copy full SHA for 45133f0
.release-please-manifest.json
@@ -1,4 +1,4 @@
1
{
2
"google-apis-core": "0.9.1",
3
- "google-apis-generator": "0.10.0"
+ "google-apis-generator": "0.11.0"
4
}
google-apis-generator/CHANGELOG.md
@@ -1,5 +1,11 @@
# Release History
+### 0.11.0 (2022-10-18)
+
5
+#### Features
6
7
+* Update core dependency to at least 0.9.1 ([#12346](https://github.com/googleapis/google-api-ruby-client/issues/12346))
8
9
### 0.10.0 (2022-09-20)
10
11
#### Features
google-apis-generator/lib/google/apis/generator/version.rb
@@ -15,7 +15,7 @@
15
module Google
16
module Apis
17
class Generator
18
- VERSION = "0.10.0"
+ VERSION = "0.11.0"
19
end
20
21
0 commit comments