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

Commit b9af046

Browse files
Bumping version to 1.5.0b4 and generate changelog
1 parent 1316757 commit b9af046

File tree

10 files changed

+41
-4
lines changed

10 files changed

+41
-4
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.5.0b3
2+
current_version = 1.5.0b4
33
parse = (?P<major>[\d]+) # major version number
44
\.(?P<minor>[\d]+) # minor version number
55
\.(?P<patch>[\d]+) # patch version number

.changes/1.5.0-b4.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## dbt-bigquery 1.5.0-b4 - March 30, 2023
2+
3+
### Features
4+
5+
- Adding `bytes_billed` to `BigQueryAdapterResponse` ([#560](https://github.com/dbt-labs/dbt-bigquery/issues/560))
6+
- Modify addapter to support unified constraint fields ([#567](https://github.com/dbt-labs/dbt-bigquery/issues/567))
7+
- Modify create_table_as to use contract column order ([#579](https://github.com/dbt-labs/dbt-bigquery/issues/579))
8+
9+
### Fixes
10+
11+
- Use _make_ref_key_dict instead of _make_ref_key_msg ([#621](https://github.com/dbt-labs/dbt-bigquery/issues/621))
12+
13+
### Under the Hood
14+
15+
- Treat contract config as a python object ([#548](https://github.com/dbt-labs/dbt-bigquery/issues/548), [#633](https://github.com/dbt-labs/dbt-bigquery/issues/633))
16+
17+
### Contributors
18+
- [@bruno-szdl](https://github.com/bruno-szdl) ([#560](https://github.com/dbt-labs/dbt-bigquery/issues/560))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
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.5.0-b4 - March 30, 2023
9+
10+
### Features
11+
12+
- Adding `bytes_billed` to `BigQueryAdapterResponse` ([#560](https://github.com/dbt-labs/dbt-bigquery/issues/560))
13+
- Modify addapter to support unified constraint fields ([#567](https://github.com/dbt-labs/dbt-bigquery/issues/567))
14+
- Modify create_table_as to use contract column order ([#579](https://github.com/dbt-labs/dbt-bigquery/issues/579))
15+
16+
### Fixes
17+
18+
- Use _make_ref_key_dict instead of _make_ref_key_msg ([#621](https://github.com/dbt-labs/dbt-bigquery/issues/621))
19+
20+
### Under the Hood
21+
22+
- Treat contract config as a python object ([#548](https://github.com/dbt-labs/dbt-bigquery/issues/548), [#633](https://github.com/dbt-labs/dbt-bigquery/issues/633))
23+
24+
### Contributors
25+
- [@bruno-szdl](https://github.com/bruno-szdl) ([#560](https://github.com/dbt-labs/dbt-bigquery/issues/560))
26+
27+
828
## dbt-bigquery 1.5.0-b3 - March 16, 2023
929

1030
### Features
@@ -26,7 +46,6 @@
2646
- [@patkearns10](https://github.com/patkearns10) ([#562](https://github.com/dbt-labs/dbt-bigquery/issues/562))
2747
- [@torkjel](https://github.com/torkjel) ([#530](https://github.com/dbt-labs/dbt-bigquery/issues/530))
2848

29-
3049
## dbt-bigquery 1.5.0-b2 - March 02, 2023
3150

3251
### Under the Hood
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.5.0b3"
1+
version = "1.5.0b4"

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

0 commit comments

Comments
 (0)