Skip to content

Commit

Permalink
Bumping version to 1.5.0 and generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FishtownBuildBot committed Apr 27, 2023
1 parent 577cbc1 commit 4648e31
Show file tree
Hide file tree
Showing 30 changed files with 8 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.0rc1
current_version = 1.5.0
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
3 changes: 2 additions & 1 deletion .changes/1.5.0-rc1.md → .changes/1.5.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## dbt-bigquery 1.5.0-rc1 - April 13, 2023
## dbt-bigquery 1.5.0 - April 27, 2023

### Features

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

### Under the Hood

Expand Down
7 changes: 0 additions & 7 deletions .changes/1.5.0/Features-20220826-115320.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.5.0/Features-20221220-193731.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.5.0/Features-20230223-145508.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.5.0/Features-20230228-094234.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.5.0/Features-20230303-132509.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.5.0/Features-20230314-171221.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.5.0/Features-20230315-120554.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.5.0/Features-20230406-104433.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.0/Fixes-20221213-102005.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.0/Fixes-20230125-174159.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/1.5.0/Fixes-20230202-010332.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.5.0/Fixes-20230213-203317.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.5.0/Fixes-20230216-140756.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.5.0/Fixes-20230222-133301.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.5.0/Fixes-20230227-110426.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.5.0/Fixes-20230309-181313.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.5.0/Fixes-20230315-130504.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.5.0/Fixes-20230322-162200.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.0/Fixes-20230408-035117.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.5.0/Fixes-20230411-143515.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.0/Under the Hood-20221209-161550.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.5.0/Under the Hood-20230130-170118.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.5.0/Under the Hood-20230223-105149.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.5.0/Under the Hood-20230411-143129.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20230421-120450.yaml

This file was deleted.

4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- "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.5.0-rc1 - April 13, 2023
## dbt-bigquery 1.5.0 - April 27, 2023

### Features

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

### Under the Hood

Expand All @@ -49,6 +50,7 @@
- [@torkjel](https://github.com/torkjel) ([#530](https://github.com/dbt-labs/dbt-bigquery/issues/530))
- [@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))


## Previous Releases
For information on prior major and minor releases, see their changelogs:
* [1.4](https://github.com/dbt-labs/dbt-bigquery/blob/1.4.latest/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/bigquery/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.5.0rc1"
version = "1.5.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _dbt_core_version(plugin_version: str) -> str:


package_name = "dbt-bigquery"
package_version = "1.5.0rc1"
package_version = "1.5.0"
dbt_core_version = _dbt_core_version(_dbt_bigquery_version())
description = """The BigQuery adapter plugin for dbt"""

Expand Down

0 comments on commit 4648e31

Please sign in to comment.