Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 366578e

Browse files
[Automated] Merged prep-release/1.6.2_5941548460 into target 1.6.latest during release process
2 parents e4c4acf + a086dac commit 366578e

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.6.1
2+
current_version = 1.6.2
33
parse = (?P<major>[\d]+) # major version number
44
\.(?P<minor>[\d]+) # minor version number
55
\.(?P<patch>[\d]+) # patch version number

.changes/1.6.2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## dbt-bigquery 1.6.2 - August 22, 2023
2+
3+
### Fixes
4+
5+
- changes expected value types to AnyInteger to take into account changes in core ([#889](https://github.com/dbt-labs/dbt-bigquery/issues/889))

.changes/unreleased/Fixes-20230821-180758.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
66
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-bigquery/blob/main/CONTRIBUTING.md#adding-changelog-entry)
77

8+
## dbt-bigquery 1.6.2 - August 22, 2023
9+
10+
### Fixes
11+
12+
- changes expected value types to AnyInteger to take into account changes in core ([#889](https://github.com/dbt-labs/dbt-bigquery/issues/889))
13+
14+
15+
816
## dbt-bigquery 1.6.1 - August 04, 2023
917

1018
### Fixes
@@ -14,7 +22,6 @@
1422
### Contributors
1523
- [@cemsbr](https://github.com/cemsbr) ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849))
1624

17-
1825
## dbt-bigquery 1.6.0 - July 31, 2023
1926

2027
### Breaking Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.6.1"
1+
version = "1.6.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def _dbt_core_version(plugin_version: str) -> str:
5858

5959

6060
package_name = "dbt-bigquery"
61-
package_version = "1.6.1"
61+
package_version = "1.6.2"
6262
dbt_core_version = _dbt_core_version(_dbt_bigquery_version())
6363
description = """The BigQuery adapter plugin for dbt"""
6464

0 commit comments

Comments
 (0)