Skip to content

Commit

Permalink
chore(main): release google-apis-generator 0.14.0 (#17899)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Feb 23, 2024
1 parent 9bc17a5 commit 5d95734
Show file tree
Hide file tree
Showing 3 changed files with 8 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,6 +1,6 @@
{
"google-apis-core": "0.14.0",
"google-apis-core+FILLER": "0.0.0",
"google-apis-generator": "0.13.1",
"google-apis-generator": "0.14.0",
"google-apis-generator+FILLER": "0.0.0"
}
6 changes: 6 additions & 0 deletions google-apis-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 0.14.0 (2024-02-23)

#### Features

* Update generated clients to require Ruby 2.7 or later ([#17898](https://github.com/googleapis/google-api-ruby-client/issues/17898))

### 0.13.1 (2024-01-22)

#### Bug Fixes
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.13.1"
VERSION = "0.14.0"
end
end
end

0 comments on commit 5d95734

Please sign in to comment.