Bump version for minor release
This commit is contained in:
parent
28633fb006
commit
ff5eb3670d
|
@ -1,3 +1,6 @@
|
||||||
|
# 0.11.1
|
||||||
|
* Remove stray debug output
|
||||||
|
|
||||||
# 0.11.0
|
# 0.11.0
|
||||||
* *Breaking change* - Fix handling of large numbers during code generation. Previously the
|
* *Breaking change* - Fix handling of large numbers during code generation. Previously the
|
||||||
uint64/int64 formats were passed through as strings. They are now coerced to/from Fixnum/Bignum types.
|
uint64/int64 formats were passed through as strings. They are now coerced to/from Fixnum/Bignum types.
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
# Client library version
|
# Client library version
|
||||||
VERSION = '0.11.0'
|
VERSION = '0.11.1'
|
||||||
|
|
||||||
# Current operating system
|
# Current operating system
|
||||||
# @private
|
# @private
|
||||||
|
|
Loading…
Reference in New Issue