Skip to content

Commit d6d481e

Browse files
chore: release google-apis-generator 0.1.1 (#2217)
1 parent dc32a62 commit d6d481e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

google-apis-generator/CHANGELOG.md

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

3+
### v0.1.1 (2021-01-06)
4+
5+
* Fix charset used in file comparison
6+
37
### v0.1.0 (2021-01-01)
48

59
* Initial release, extracted from google-api-client.

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

0 commit comments

Comments
 (0)