Skip to content

Commit a4670a9

Browse files
Bumping version to 1.8.3 and generate changelog
1 parent 3a590da commit a4670a9

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
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.8.2
2+
current_version = 1.8.3
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.3.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## dbt-bigquery 1.8.3 - October 17, 2024
2+
3+
### Fixes
4+
5+
- Catch additional database error exception, NotFound, as a DbtDatabaseError instead of defaulting to a DbtRuntimeError ([#1360](https://github.com/dbt-labs/dbt-bigquery/issues/1360))

.changes/unreleased/Fixes-20241001-193207.yaml

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

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@
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
8+
## dbt-bigquery 1.8.3 - October 17, 2024
99

1010
### Fixes
1111

12-
- Fix null column index issue during `dbt docs generate` for external tables ([#1079](https://github.com/dbt-labs/dbt-bigquery/issues/1079))
12+
- Catch additional database error exception, NotFound, as a DbtDatabaseError instead of defaulting to a DbtRuntimeError ([#1360](https://github.com/dbt-labs/dbt-bigquery/issues/1360))
13+
14+
1315

16+
## dbt-bigquery 1.8.2 - June 20, 2024
17+
18+
### Fixes
1419

20+
- Fix null column index issue during `dbt docs generate` for external tables ([#1079](https://github.com/dbt-labs/dbt-bigquery/issues/1079))
1521

1622
## dbt-bigquery 1.8.1 - May 15, 2024
1723

dbt/adapters/bigquery/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.8.2"
1+
version = "1.8.3"

0 commit comments

Comments
 (0)