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

Commit ccaf598

Browse files
Bumping version to 1.3.0rc2 and generate CHANGELOG (#496)
Co-authored-by: Github Build Bot <[email protected]>
1 parent 7b9ad3c commit ccaf598

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
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.3.0rc1
2+
current_version = 1.3.0rc2
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

.changes/1.3.0-rc2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## dbt-spark 1.3.0-rc2 - October 03, 2022
2+
### Features
3+
- Migrate dbt-utils current_timestamp macros into core + adapters ([#483](https://github.com/dbt-labs/dbt-spark/issues/483), [#480](https://github.com/dbt-labs/dbt-spark/pull/480))
4+
5+
### Contributors
6+
- [@colin-rogers-dbt](https://github.com/colin-rogers-dbt) ([#480](https://github.com/dbt-labs/dbt-spark/pull/480))

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
- Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
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-spark/blob/main/CONTRIBUTING.md#adding-changelog-entry)
7+
## dbt-spark 1.3.0-rc2 - October 03, 2022
8+
### Features
9+
- Migrate dbt-utils current_timestamp macros into core + adapters ([#483](https://github.com/dbt-labs/dbt-spark/issues/483), [#480](https://github.com/dbt-labs/dbt-spark/pull/480))
10+
11+
### Contributors
12+
- [@colin-rogers-dbt](https://github.com/colin-rogers-dbt) ([#480](https://github.com/dbt-labs/dbt-spark/pull/480))
713
## dbt-spark 1.3.0-rc1 - September 28, 2022
814
### Features
915
- merge exclude columns for spark models ([#5260](https://github.com/dbt-labs/dbt-spark/issues/5260), [#390](https://github.com/dbt-labs/dbt-spark/pull/390))

dbt/adapters/spark/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.3.0rc1"
1+
version = "1.3.0rc2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def _get_dbt_core_version():
5050

5151

5252
package_name = "dbt-spark"
53-
package_version = "1.3.0rc1"
53+
package_version = "1.3.0rc2"
5454
dbt_core_version = _get_dbt_core_version()
5555
description = """The Apache Spark adapter plugin for dbt"""
5656

0 commit comments

Comments
 (0)