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

Commit 256f5df

Browse files
chore(main): release 2.2.1 (#148)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 91e529a commit 256f5df

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.2.1](https://github.com/ibis-project/ibis-bigquery/compare/v2.2.0...v2.2.1) (2023-01-03)
4+
5+
6+
### Bug Fixes
7+
8+
* address compatibility issues in `table()` with fully-qualified table names ([#153](https://github.com/ibis-project/ibis-bigquery/issues/153)) ([91e529a](https://github.com/ibis-project/ibis-bigquery/commit/91e529ab08076af85eeb2727aa3078aa0b56eea0))
9+
10+
11+
### Documentation
12+
13+
* reformat hyperlinks ([#147](https://github.com/ibis-project/ibis-bigquery/issues/147)) ([9d1d5fc](https://github.com/ibis-project/ibis-bigquery/commit/9d1d5fc44286a67f84ea14db6187f75d46f16dc5))
14+
315
## [2.2.0](https://github.com/ibis-project/ibis-bigquery/compare/v2.1.3...v2.2.0) (2022-09-16)
416

517

ibis_bigquery/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.0"
1+
__version__ = "2.2.1"

0 commit comments

Comments
 (0)