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

Commit 9eb901f

Browse files
Bumping version to 1.4.3 and generate changelog
1 parent e101f69 commit 9eb901f

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.4.2
2+
current_version = 1.4.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.4.3.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## dbt-bigquery 1.4.3 - March 16, 2023
2+
3+
### Fixes
4+
5+
- Fix failing test by removing no erroneous asserts. ([#605](https://github.com/dbt-labs/dbt-bigquery/issues/605))

.changes/unreleased/Fixes-20230315-130504.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.4.3 - March 16, 2023
9+
10+
### Fixes
11+
12+
- Fix failing test by removing no erroneous asserts. ([#605](https://github.com/dbt-labs/dbt-bigquery/issues/605))
13+
14+
15+
816
## dbt-bigquery 1.4.2 - March 10, 2023
917

1018
### Features
@@ -22,7 +30,6 @@
2230
- [@nssalian](https://github.com/nssalian) ([#581](https://github.com/dbt-labs/dbt-bigquery/issues/581))
2331
- [@torkjel](https://github.com/torkjel) ([#530](https://github.com/dbt-labs/dbt-bigquery/issues/530))
2432

25-
2633
## dbt-bigquery 1.4.1 - February 14, 2023
2734

2835
### Fixes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.4.2"
1+
version = "1.4.3"

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.4.2"
61+
package_version = "1.4.3"
6262
dbt_core_version = _dbt_core_version(_dbt_bigquery_version())
6363
description = """The BigQuery adapter plugin for dbt"""
6464

0 commit comments

Comments
 (0)