We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8b7a4 commit 5e0aaeeCopy full SHA for 5e0aaee
google-apis-generator/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Release History
2
3
+### [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)
4
+
5
6
+### Bug Fixes
7
8
+* **generator:** Update thor dependency to allow 1.x ([6d8b7a4](https://www.github.com/googleapis/google-api-ruby-client/commit/6d8b7a4a5fb7ad524aa5083beac7a67a248526fa))
9
10
### v0.1.1 (2021-01-06)
11
12
* Fix charset used in file comparison
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.1"
+ VERSION = "0.1.2"
19
end
20
21
0 commit comments