We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc32a62 commit d6d481eCopy full SHA for d6d481e
2 files changed
google-apis-generator/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History
2
3
+### v0.1.1 (2021-01-06)
4
+
5
+* Fix charset used in file comparison
6
7
### v0.1.0 (2021-01-01)
8
9
* Initial release, extracted from google-api-client.
google-apis-generator/lib/google/apis/generator/version.rb
@@ -15,7 +15,7 @@
15
module Google
16
module Apis
17
class Generator
18
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
19
end
20
21
0 commit comments