Skip to content

Commit c8c1039

Browse files
chore: release google-apis-core 0.2.1 (#2486)
🤖 I have created a release \*beep\* \*boop\* --- ### [0.2.1](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-core/v0.2.0...v0.2.1) (2021-01-25) ### Bug Fixes * **core:** Add webrick to the gem dependencies, for Ruby 3 compatibility ([25824f2](https://www.github.com/googleapis/google-api-ruby-client/commit/25824f2512fa96d4d90e220ac038c9b3b2a6a0d1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 5d04ae3 commit c8c1039

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

google-apis-core/CHANGELOG.md

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

3+
### [0.2.1](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-core/v0.2.0...v0.2.1) (2021-01-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **core:** Add webrick to the gem dependencies, for Ruby 3 compatibility ([25824f2](https://www.github.com/googleapis/google-api-ruby-client/commit/25824f2512fa96d4d90e220ac038c9b3b2a6a0d1))
9+
310
### 0.2.0 (2021-01-06)
411

512
* Munge reported client version so backends can recognize split clients

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.2.0".freeze
19+
VERSION = "0.2.1".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)