Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 6b4ad09

Browse files
chore(main): release 2.1.2 (#123)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 25fc69e commit 6b4ad09

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
### [2.1.2](https://github.com/ibis-project/ibis-bigquery/compare/v2.1.1...v2.1.2) (2022-04-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **udf:** use object.__setattr__ for 3.0.0 compatibility ([#122](https://github.com/ibis-project/ibis-bigquery/issues/122)) ([ec15188](https://github.com/ibis-project/ibis-bigquery/commit/ec151883d7f1e67e9b56725ceb81743970563115))
9+
10+
11+
### Dependencies
12+
13+
* support google-cloud-bigquery 3.0 ([25fc69e](https://github.com/ibis-project/ibis-bigquery/commit/25fc69e11429bbb45f992a5db7bfb4e8615eb34b))
14+
* support ibis 3.0 ([#124](https://github.com/ibis-project/ibis-bigquery/issues/124)) ([25fc69e](https://github.com/ibis-project/ibis-bigquery/commit/25fc69e11429bbb45f992a5db7bfb4e8615eb34b))
15+
316
### [2.1.1](https://github.com/ibis-project/ibis-bigquery/compare/v2.1.0...v2.1.1) (2022-03-29)
417

518

ibis_bigquery/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.1"
1+
__version__ = "2.1.2"

0 commit comments

Comments
 (0)