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

Commit bf2d391

Browse files
Bumping version to 1.6.1 and generate changelog
1 parent 7cb296a commit bf2d391

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-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.6.0
2+
current_version = 1.6.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.6.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## dbt-bigquery 1.6.1 - August 04, 2023
2+
3+
### Fixes
4+
5+
- Requiring Python >=3.8 enables walrus operator ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849))
6+
7+
### Contributors
8+
- [@cemsbr](https://github.com/cemsbr) ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849))

.changes/unreleased/Fixes-20230803-102915.yaml

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

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
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.6.1 - August 04, 2023
9+
10+
### Fixes
11+
12+
- Requiring Python >=3.8 enables walrus operator ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849))
13+
14+
### Contributors
15+
- [@cemsbr](https://github.com/cemsbr) ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849))
16+
17+
818
## dbt-bigquery 1.6.0 - July 31, 2023
919

1020
### Breaking Changes
@@ -56,7 +66,6 @@
5666
- [@dgreen161](https://github.com/dgreen161) ([#687](https://github.com/dbt-labs/dbt-bigquery/issues/687))
5767
- [@tlento](https://github.com/tlento) ([#805](https://github.com/dbt-labs/dbt-bigquery/issues/805))
5868

59-
6069
## Previous Releases
6170
For information on prior major and minor releases, see their changelogs:
6271
- [1.5](https://github.com/dbt-labs/dbt-bigquery/blob/1.5.latest/CHANGELOG.md)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.6.0"
1+
version = "1.6.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.6.0"
61+
package_version = "1.6.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)