Skip to content

Commit 9af7a79

Browse files
Bumping version to 1.8.2 and generate changelog
1 parent 10bc491 commit 9af7a79

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.8.1
2+
current_version = 1.8.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.8.2.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## dbt-bigquery 1.8.2 - June 20, 2024
2+
3+
### Fixes
4+
5+
- Fix null column index issue during `dbt docs generate` for external tables ([#1079](https://github.com/dbt-labs/dbt-bigquery/issues/1079))

.changes/unreleased/Fixes-20240201-145323.yaml

-6
This file was deleted.

CHANGELOG.md

+8-2
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.8.2 - June 20, 2024
9+
10+
### Fixes
11+
12+
- Fix null column index issue during `dbt docs generate` for external tables ([#1079](https://github.com/dbt-labs/dbt-bigquery/issues/1079))
13+
14+
15+
816
## dbt-bigquery 1.8.1 - May 15, 2024
917

1018
### Features
@@ -15,8 +23,6 @@
1523

1624
- Default `enableListInference` to `True` for python models to support nested lists ([#1047](https://github.com/dbt-labs/dbt-bigquery/issues/1047), [#1114](https://github.com/dbt-labs/dbt-bigquery/issues/1114))
1725

18-
19-
2026
## dbt-bigquery 1.8.0 - May 09, 2024
2127

2228
### Features

dbt/adapters/bigquery/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.8.1"
1+
version = "1.8.2"

0 commit comments

Comments
 (0)