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

Commit d2de30d

Browse files
chore(main): release 2.1.3 (#136)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent bfe539a commit d2de30d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
### [2.1.3](https://github.com/ibis-project/ibis-bigquery/compare/v2.1.2...v2.1.3) (2022-05-25)
4+
5+
6+
### Bug Fixes
7+
8+
* ensure that ScalarParameter names are used instead of Alias names ([#135](https://github.com/ibis-project/ibis-bigquery/issues/135)) ([bfe539a](https://github.com/ibis-project/ibis-bigquery/commit/bfe539a7c60439f7a521e230736aab3961dbabcc))
9+
310
### [2.1.2](https://github.com/ibis-project/ibis-bigquery/compare/v2.1.1...v2.1.2) (2022-04-26)
411

512

ibis_bigquery/version.py

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

0 commit comments

Comments
 (0)