From 7920b46286fa30959550d50dd096f12de354aec2 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Fri, 4 Aug 2023 16:56:48 +0000 Subject: [PATCH] Bumping version to 1.4.4 and generate changelog --- .bumpversion.cfg | 2 +- .changes/1.4.4.md | 15 +++++++++++++++ .../Breaking Changes-20230530-174051.yaml | 6 ------ .../unreleased/Fixes-20230421-120450.yaml | 6 ------ .../unreleased/Fixes-20230803-102915.yaml | 6 ------ CHANGELOG.md | 19 +++++++++++++++++-- dbt/adapters/bigquery/__version__.py | 2 +- setup.py | 2 +- 8 files changed, 35 insertions(+), 23 deletions(-) create mode 100644 .changes/1.4.4.md delete mode 100644 .changes/unreleased/Breaking Changes-20230530-174051.yaml delete mode 100644 .changes/unreleased/Fixes-20230421-120450.yaml delete mode 100644 .changes/unreleased/Fixes-20230803-102915.yaml diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ce1d42661..49f3804cc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.3 +current_version = 1.4.4 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.4.4.md b/.changes/1.4.4.md new file mode 100644 index 000000000..e2df5fc2d --- /dev/null +++ b/.changes/1.4.4.md @@ -0,0 +1,15 @@ +## dbt-bigquery 1.4.4 - August 04, 2023 + +### Breaking Changes + +- Drop support for python 3.7 ([#dbt-labs/dbt-core/7082](https://github.com/dbt-labs/dbt-bigquery/issues/dbt-labs/dbt-core/7082)) + +### Fixes + +- Fix issue of sporadic failure to apply grants during high transaction volumes ([#614](https://github.com/dbt-labs/dbt-bigquery/issues/614)) +- Requiring Python >=3.8 enables walrus operator ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849)) + +### Contributors +- [@cemsbr](https://github.com/cemsbr) ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849)) +- [@dbeatty10](https://github.com/dbeatty10) ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849)) +- [@mikealfare](https://github.com/mikealfare) ([#dbt-labs/dbt-core/7082](https://github.com/dbt-labs/dbt-bigquery/issues/dbt-labs/dbt-core/7082), [#614](https://github.com/dbt-labs/dbt-bigquery/issues/614)) diff --git a/.changes/unreleased/Breaking Changes-20230530-174051.yaml b/.changes/unreleased/Breaking Changes-20230530-174051.yaml deleted file mode 100644 index c4d90db97..000000000 --- a/.changes/unreleased/Breaking Changes-20230530-174051.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Breaking Changes -body: Drop support for python 3.7 -time: 2023-05-30T17:40:51.510639-04:00 -custom: - Author: mikealfare - Issue: dbt-labs/dbt-core/7082 diff --git a/.changes/unreleased/Fixes-20230421-120450.yaml b/.changes/unreleased/Fixes-20230421-120450.yaml deleted file mode 100644 index 64cee345f..000000000 --- a/.changes/unreleased/Fixes-20230421-120450.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: ' Fix issue of sporadic failure to apply grants during high transaction volumes' -time: 2023-04-21T12:04:50.391534-04:00 -custom: - Author: mikealfare - Issue: "614" diff --git a/.changes/unreleased/Fixes-20230803-102915.yaml b/.changes/unreleased/Fixes-20230803-102915.yaml deleted file mode 100644 index 6070fb448..000000000 --- a/.changes/unreleased/Fixes-20230803-102915.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Requiring Python >=3.8 enables walrus operator -time: 2023-08-03T10:29:15.371798-06:00 -custom: - Author: cemsbr dbeatty10 - Issue: "849" diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d79582b..8a0780ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,28 @@ - "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version. - 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) -## dbt-bigquery 1.4.3 - March 16, 2023 +## dbt-bigquery 1.4.4 - August 04, 2023 + +### Breaking Changes + +- Drop support for python 3.7 ([#dbt-labs/dbt-core/7082](https://github.com/dbt-labs/dbt-bigquery/issues/dbt-labs/dbt-core/7082)) ### Fixes -- Fix failing test by removing no erroneous asserts. ([#605](https://github.com/dbt-labs/dbt-bigquery/issues/605)) +- Fix issue of sporadic failure to apply grants during high transaction volumes ([#614](https://github.com/dbt-labs/dbt-bigquery/issues/614)) +- Requiring Python >=3.8 enables walrus operator ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849)) + +### Contributors +- [@cemsbr](https://github.com/cemsbr) ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849)) +- [@dbeatty10](https://github.com/dbeatty10) ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849)) +- [@mikealfare](https://github.com/mikealfare) ([#dbt-labs/dbt-core/7082](https://github.com/dbt-labs/dbt-bigquery/issues/dbt-labs/dbt-core/7082), [#614](https://github.com/dbt-labs/dbt-bigquery/issues/614)) +## dbt-bigquery 1.4.3 - March 16, 2023 + +### Fixes + +- Fix failing test by removing no erroneous asserts. ([#605](https://github.com/dbt-labs/dbt-bigquery/issues/605)) ## dbt-bigquery 1.4.2 - March 10, 2023 diff --git a/dbt/adapters/bigquery/__version__.py b/dbt/adapters/bigquery/__version__.py index 8fb4690e7..98da246a2 100644 --- a/dbt/adapters/bigquery/__version__.py +++ b/dbt/adapters/bigquery/__version__.py @@ -1 +1 @@ -version = "1.4.3" +version = "1.4.4" diff --git a/setup.py b/setup.py index 391060e09..36d7cbc9e 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def _dbt_core_version(plugin_version: str) -> str: package_name = "dbt-bigquery" -package_version = "1.4.3" +package_version = "1.4.4" dbt_core_version = _dbt_core_version(_dbt_bigquery_version()) description = """The BigQuery adapter plugin for dbt"""