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 9bc17a5 commit 5d95734Copy full SHA for 5d95734
.release-please-manifest.json
@@ -1,6 +1,6 @@
1
{
2
"google-apis-core": "0.14.0",
3
"google-apis-core+FILLER": "0.0.0",
4
- "google-apis-generator": "0.13.1",
+ "google-apis-generator": "0.14.0",
5
"google-apis-generator+FILLER": "0.0.0"
6
}
google-apis-generator/CHANGELOG.md
@@ -1,5 +1,11 @@
# Release History
+### 0.14.0 (2024-02-23)
+
+#### Features
7
+* Update generated clients to require Ruby 2.7 or later ([#17898](https://github.com/googleapis/google-api-ruby-client/issues/17898))
8
9
### 0.13.1 (2024-01-22)
10
11
#### Bug Fixes
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.13.1"
+ VERSION = "0.14.0"
19
end
20
21
0 commit comments