chore: release google-apis-generator 0.1.1 (#2217)
This commit is contained in:
parent
dc32a62280
commit
d6d481ec51
|
@ -1,5 +1,9 @@
|
||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
|
### v0.1.1 (2021-01-06)
|
||||||
|
|
||||||
|
* Fix charset used in file comparison
|
||||||
|
|
||||||
### v0.1.0 (2021-01-01)
|
### v0.1.0 (2021-01-01)
|
||||||
|
|
||||||
* Initial release, extracted from google-api-client.
|
* Initial release, extracted from google-api-client.
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
class Generator
|
class Generator
|
||||||
VERSION = "0.1.0"
|
VERSION = "0.1.1"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue