Skip to content

Commit 1080fa5

Browse files
chore: release google-apis-generator 0.3.0 (#4090)
1 parent 7d5c73f commit 1080fa5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

google-apis-generator/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-generator/v0.2.0...google-apis-generator/v0.3.0) (2021-06-01)
4+
5+
6+
### Features
7+
8+
* Include repo-metadata.json in generated libraries ([91b0f2c](https://www.github.com/googleapis/google-api-ruby-client/commit/91b0f2c17d76fedf8aa3f7c905c424fe8b64a970))
9+
310
## [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)
411

512
### Features

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.2.0"
18+
VERSION = "0.3.0"
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)