Skip to content

Commit 702eff2

Browse files
Bumping version to 1.5.1 and generate changelog
1 parent 75e5c16 commit 702eff2

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.5.0
2+
current_version = 1.5.1
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.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## dbt-bigquery 1.5.1 - May 18, 2023
2+
3+
### Fixes
4+
5+
- Fixes adding policy tags when a struct is defined in the yml ([#687](https://github.com/dbt-labs/dbt-bigquery/issues/687))

.changes/unreleased/Fixes-20230508-163251.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.5.1 - May 18, 2023
9+
10+
### Fixes
11+
12+
- Fixes adding policy tags when a struct is defined in the yml ([#687](https://github.com/dbt-labs/dbt-bigquery/issues/687))
13+
14+
15+
816
## dbt-bigquery 1.5.0 - April 27, 2023
917

1018
### Features
@@ -50,7 +58,6 @@
5058
- [@torkjel](https://github.com/torkjel) ([#530](https://github.com/dbt-labs/dbt-bigquery/issues/530))
5159
- [@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))
5260

53-
5461
## Previous Releases
5562
For information on prior major and minor releases, see their changelogs:
5663
* [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.0"
1+
version = "1.5.1"

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

0 commit comments

Comments
 (0)