Skip to content

Commit 5d95734

Browse files
chore(main): release google-apis-generator 0.14.0 (#17899)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 9bc17a5 commit 5d95734

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"google-apis-core": "0.14.0",
33
"google-apis-core+FILLER": "0.0.0",
4-
"google-apis-generator": "0.13.1",
4+
"google-apis-generator": "0.14.0",
55
"google-apis-generator+FILLER": "0.0.0"
66
}

google-apis-generator/CHANGELOG.md

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

3+
### 0.14.0 (2024-02-23)
4+
5+
#### Features
6+
7+
* Update generated clients to require Ruby 2.7 or later ([#17898](https://github.com/googleapis/google-api-ruby-client/issues/17898))
8+
39
### 0.13.1 (2024-01-22)
410

511
#### Bug Fixes

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.13.1"
18+
VERSION = "0.14.0"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)