Skip to content

Commit ab9ca94

Browse files
chore(main): release google-apis-core 0.17.0 (#22595)
1 parent a60336e commit ab9ca94

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"google-apis-core": "0.16.0",
2+
"google-apis-core": "0.17.0",
33
"google-apis-core+FILLER": "0.0.0",
44
"google-apis-generator": "0.16.0",
55
"google-apis-generator+FILLER": "0.0.0"

google-apis-core/CHANGELOG.md

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

3+
### 0.17.0 (2025-04-30)
4+
5+
#### Features
6+
7+
* ruby 3.1 minimum, 3.4 default ([#22594](https://github.com/googleapis/google-api-ruby-client/issues/22594))
8+
#### Bug Fixes
9+
10+
* Fixed a method redefined warning ([#21572](https://github.com/googleapis/google-api-ruby-client/issues/21572))
11+
* Ensure compatibility with frozen string literals ([#21648](https://github.com/googleapis/google-api-ruby-client/issues/21648))
12+
313
### 0.16.0 (2025-01-12)
414

515
#### Features

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module Google
1616
module Apis
1717
module Core
1818
# Core version
19-
VERSION = "0.16.0".freeze
19+
VERSION = "0.17.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)