Skip to content

Commit 4648e31

Browse files
Bumping version to 1.5.0 and generate changelog
1 parent 577cbc1 commit 4648e31

30 files changed

+8
-163
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.0rc1
2+
current_version = 1.5.0
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-rc1.md renamed to .changes/1.5.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## dbt-bigquery 1.5.0-rc1 - April 13, 2023
1+
## dbt-bigquery 1.5.0 - April 27, 2023
22

33
### Features
44

@@ -25,6 +25,7 @@
2525
- Use _make_ref_key_dict instead of _make_ref_key_msg ([#621](https://github.com/dbt-labs/dbt-bigquery/issues/621))
2626
- add full refresh capabilities to tabular bigquery python models to accommodate schema changes ([#653](https://github.com/dbt-labs/dbt-bigquery/issues/653))
2727
- Repair accidental change to dev-requirements ([#657](https://github.com/dbt-labs/dbt-bigquery/issues/657))
28+
- Fix issue of sporadic failure to apply grants during high transaction volumes ([#614](https://github.com/dbt-labs/dbt-bigquery/issues/614))
2829

2930
### Under the Hood
3031

.changes/1.5.0/Features-20220826-115320.yaml

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

.changes/1.5.0/Features-20221220-193731.yaml

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

.changes/1.5.0/Features-20230223-145508.yaml

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

.changes/1.5.0/Features-20230228-094234.yaml

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

.changes/1.5.0/Features-20230303-132509.yaml

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

.changes/1.5.0/Features-20230314-171221.yaml

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

.changes/1.5.0/Features-20230315-120554.yaml

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

.changes/1.5.0/Features-20230406-104433.yaml

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

.changes/1.5.0/Fixes-20221213-102005.yaml

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

.changes/1.5.0/Fixes-20230125-174159.yaml

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

.changes/1.5.0/Fixes-20230202-010332.yaml

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

.changes/1.5.0/Fixes-20230213-203317.yaml

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

.changes/1.5.0/Fixes-20230216-140756.yaml

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

.changes/1.5.0/Fixes-20230222-133301.yaml

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

.changes/1.5.0/Fixes-20230227-110426.yaml

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

.changes/1.5.0/Fixes-20230309-181313.yaml

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

.changes/1.5.0/Fixes-20230315-130504.yaml

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

.changes/1.5.0/Fixes-20230322-162200.yaml

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

.changes/1.5.0/Fixes-20230408-035117.yaml

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

.changes/1.5.0/Fixes-20230411-143515.yaml

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

.changes/1.5.0/Under the Hood-20221209-161550.yaml

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

.changes/1.5.0/Under the Hood-20230130-170118.yaml

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

.changes/1.5.0/Under the Hood-20230223-105149.yaml

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

.changes/1.5.0/Under the Hood-20230411-143129.yaml

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

.changes/unreleased/Fixes-20230421-120450.yaml

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

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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-rc1 - April 13, 2023
8+
## dbt-bigquery 1.5.0 - April 27, 2023
99

1010
### Features
1111

@@ -32,6 +32,7 @@
3232
- Use _make_ref_key_dict instead of _make_ref_key_msg ([#621](https://github.com/dbt-labs/dbt-bigquery/issues/621))
3333
- add full refresh capabilities to tabular bigquery python models to accommodate schema changes ([#653](https://github.com/dbt-labs/dbt-bigquery/issues/653))
3434
- Repair accidental change to dev-requirements ([#657](https://github.com/dbt-labs/dbt-bigquery/issues/657))
35+
- Fix issue of sporadic failure to apply grants during high transaction volumes ([#614](https://github.com/dbt-labs/dbt-bigquery/issues/614))
3536

3637
### Under the Hood
3738

@@ -49,6 +50,7 @@
4950
- [@torkjel](https://github.com/torkjel) ([#530](https://github.com/dbt-labs/dbt-bigquery/issues/530))
5051
- [@victoriapm,](https://github.com/victoriapm,) ([#444](https://github.com/dbt-labs/dbt-bigquery/issues/444), [#568](https://github.com/dbt-labs/dbt-bigquery/issues/568))
5152

53+
5254
## Previous Releases
5355
For information on prior major and minor releases, see their changelogs:
5456
* [1.4](https://github.com/dbt-labs/dbt-bigquery/blob/1.4.latest/CHANGELOG.md)

dbt/adapters/bigquery/__version__.py

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

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

0 commit comments

Comments
 (0)