Release 0.13.2
This commit is contained in:
parent
ed9ec4f787
commit
ce32deabcf
|
@ -1,3 +1,7 @@
|
||||||
|
# 0.13.2
|
||||||
|
* Light generator refactoring
|
||||||
|
* Recover from non-Ranged responses without rewinding (#593)
|
||||||
|
|
||||||
# 0.13.1
|
# 0.13.1
|
||||||
* Regenerate APIs
|
* Regenerate APIs
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
# Client library version
|
# Client library version
|
||||||
VERSION = '0.13.1'
|
VERSION = '0.13.2'
|
||||||
|
|
||||||
# Current operating system
|
# Current operating system
|
||||||
# @private
|
# @private
|
||||||
|
|
Loading…
Reference in New Issue