Skip to content

Commit

Permalink
Bumping version to 1.3.0rc2 and generate CHANGELOG (#335)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Build Bot <[email protected]>
  • Loading branch information
github-actions[bot] and FishtownBuildBot authored Oct 3, 2022
1 parent 48b043e commit 9e93724
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 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.3.0rc1
current_version = 1.3.0rc2
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
6 changes: 6 additions & 0 deletions .changes/1.3.0-rc2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## dbt-bigquery 1.3.0-rc2 - October 03, 2022
### Features
- Migrate dbt-utils current_timestamp macros into core + adapters ([#324](https://github.com/dbt-labs/dbt-bigquery/issues/324), [#323](https://github.com/dbt-labs/dbt-bigquery/pull/323))

### Contributors
- [@colin-rogers-dbt](https://github.com/colin-rogers-dbt) ([#323](https://github.com/dbt-labs/dbt-bigquery/pull/323))
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
- Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
- "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.3.0-rc2 - October 03, 2022
### Features
- Migrate dbt-utils current_timestamp macros into core + adapters ([#324](https://github.com/dbt-labs/dbt-bigquery/issues/324), [#323](https://github.com/dbt-labs/dbt-bigquery/pull/323))

### Contributors
- [@colin-rogers-dbt](https://github.com/colin-rogers-dbt) ([#323](https://github.com/dbt-labs/dbt-bigquery/pull/323))
## dbt-bigquery 1.3.0-rc1 - September 28, 2022
### Features
- Add support for Dataproc Serverless ([#248](https://github.com/dbt-labs/dbt-bigquery/issues/248), [#303](https://github.com/dbt-labs/dbt-bigquery/pull/303))
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.3.0rc1"
version = "1.3.0rc2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _get_dbt_core_version():


package_name = "dbt-bigquery"
package_version = "1.3.0rc1"
package_version = "1.3.0rc2"
dbt_core_version = _get_dbt_core_version()
description = """The BigQuery adapter plugin for dbt"""

Expand Down

0 comments on commit 9e93724

Please sign in to comment.