Skip to content

Commit 630458c

Browse files
chore: release google-apis-generator 0.2.0 (#2843)
1 parent f886309 commit 630458c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

google-apis-generator/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.2.0](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-generator/v0.1.2...v0.2.0) (2021-03-07)
4+
5+
### Features
6+
7+
* 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))
8+
9+
### Fixes
10+
11+
* Include templates in the gem distribution.
12+
313
### [0.1.2](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-generator/v0.1.1...v0.1.2) (2021-01-19)
414

515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module Google
1616
module Apis
1717
class Generator
18-
VERSION = "0.1.2"
18+
VERSION = "0.2.0"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)