Skip to content

Commit c3e6fad

Browse files
yoshi-automationquartzmo
authored andcommitted
Release google-cloud-bigquery 1.18.1 (#4519)
#### Bug Fixes * Fix MonitorMixin usage on Ruby 2.7 * Ruby 2.7 will error if new_cond is called before super() * Make the call to super() be the first call in initialize when possible
1 parent bbb55ef commit c3e6fad

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

google-cloud-bigquery/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release History
22

3+
### 1.18.1 / 2019-12-18
4+
5+
#### Bug Fixes
6+
7+
* Fix MonitorMixin usage on Ruby 2.7
8+
* Ruby 2.7 will error if new_cond is called before super().
9+
* Make the call to super() be the first call in initialize
10+
311
### 1.18.0 / 2019-11-06
412

513
#### Features

google-cloud-bigquery/lib/google/cloud/bigquery/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Bigquery
19-
VERSION = "1.18.0".freeze
19+
VERSION = "1.18.1".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)