Skip to content

Commit f886309

Browse files
chore: release google-apis-core 0.3.0 (#2842)
1 parent d4f1b8f commit f886309

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.3.0](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-core/v0.2.1...v0.3.0) (2021-03-07)
4+
5+
6+
### Features
7+
8+
* Drop support for Ruby 2.4 and add support for Ruby 3.0 ([d871146](https://www.github.com/googleapis/google-api-ruby-client/commit/d871146916f3dd19a12820c03068b3861a4bc879))
9+
310
### [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)
411

512

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

0 commit comments

Comments
 (0)