Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release google-apis-core 0.11.0 #13481

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"google-apis-core": "0.10.0",
"google-apis-core": "0.11.0",
"google-apis-core+FILLER": "0.0.0",
"google-apis-generator": "0.11.1",
"google-apis-generator+FILLER": "0.0.0"
Expand Down
6 changes: 6 additions & 0 deletions google-apis-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 0.11.0 (2023-02-08)

#### Features

* Optimize memory usage when upload chunk size is set to 0

### 0.10.0 (2023-01-26)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion google-apis-core/lib/google/apis/core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Google
module Apis
module Core
# Core version
VERSION = "0.10.0".freeze
VERSION = "0.11.0".freeze
end
end
end