chore: release google-apis-generator 0.1.2 (#2424)
🤖 I have created a release \*beep\* \*boop\* --- ### [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) ### Bug Fixes * **generator:** Update thor dependency to allow 1.x ([6d8b7a4
](6d8b7a4a5f
)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
parent
6d8b7a4a5f
commit
5e0aaee6d3
|
@ -1,5 +1,12 @@
|
||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
|
### [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)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **generator:** Update thor dependency to allow 1.x ([6d8b7a4](https://www.github.com/googleapis/google-api-ruby-client/commit/6d8b7a4a5fb7ad524aa5083beac7a67a248526fa))
|
||||||
|
|
||||||
### v0.1.1 (2021-01-06)
|
### v0.1.1 (2021-01-06)
|
||||||
|
|
||||||
* Fix charset used in file comparison
|
* Fix charset used in file comparison
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
class Generator
|
class Generator
|
||||||
VERSION = "0.1.1"
|
VERSION = "0.1.2"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue