Skip to content

Commit

Permalink
Bumping version to 1.4.0 and generate CHANGELOG (#602)
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 Jan 25, 2023
1 parent 8e089e4 commit 11d61c6
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 85 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.4.0rc1
current_version = 1.4.0
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
8 changes: 0 additions & 8 deletions .changes/1.4.0-rc1.md

This file was deleted.

5 changes: 4 additions & 1 deletion .changes/1.4.0-b1.md → .changes/1.4.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## dbt-spark 1.4.0-b1 - December 15, 2022
## dbt-spark 1.4.0 - January 25, 2023
### Features
- incremental predicates ([#435](https://github.com/dbt-labs/dbt-spark/issues/435), [#436](https://github.com/dbt-labs/dbt-spark/pull/436))
- 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))
Expand All @@ -7,11 +7,14 @@
- Updated the Spark-testing profile name to spark_testing ([#514](https://github.com/dbt-labs/dbt-spark/issues/514), [#513](https://github.com/dbt-labs/dbt-spark/pull/513))
- Support new error messages in the future Spark. ([#515](https://github.com/dbt-labs/dbt-spark/issues/515), [#520](https://github.com/dbt-labs/dbt-spark/pull/520))
- Update policy code and test config to support py3.11 and tox 4.0 ([#542](https://github.com/dbt-labs/dbt-spark/issues/542), [#543](https://github.com/dbt-labs/dbt-spark/pull/543))
- Added escape_single_quotes macro as Spark/Databricks uses a single backslash instead of a single quote ([#572](https://github.com/dbt-labs/dbt-spark/issues/572), [#573](https://github.com/dbt-labs/dbt-spark/pull/573))
### Under the Hood
- updating python version in tox ([#536](https://github.com/dbt-labs/dbt-spark/issues/536), [#534](https://github.com/dbt-labs/dbt-spark/pull/534))
- Rename exceptions to match dbt-core. ([#557](https://github.com/dbt-labs/dbt-spark/issues/557), [#585](https://github.com/dbt-labs/dbt-spark/pull/585))

### Contributors
- [@VShkaberda](https://github.com/VShkaberda) ([#396](https://github.com/dbt-labs/dbt-spark/pull/396))
- [@akashrn5](https://github.com/akashrn5) ([#513](https://github.com/dbt-labs/dbt-spark/pull/513))
- [@dave-connors-3](https://github.com/dave-connors-3) ([#436](https://github.com/dbt-labs/dbt-spark/pull/436))
- [@graciegoheen](https://github.com/graciegoheen) ([#573](https://github.com/dbt-labs/dbt-spark/pull/573))
- [@ueshin](https://github.com/ueshin) ([#520](https://github.com/dbt-labs/dbt-spark/pull/520))
7 changes: 0 additions & 7 deletions .changes/1.4.0/Features-20220823-093457.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Features-20220926-123609.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Fixes-20220926-112857.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Fixes-20221113-211208.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Fixes-20221116-234601.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Fixes-20221209-101854.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/1.4.0/Fixes-20221221-092410.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Under the Hood-20221202-140724.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.4.0/Under the Hood-20230110-101919.yaml

This file was deleted.

13 changes: 4 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@
- 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-spark/blob/main/CONTRIBUTING.md#adding-changelog-entry)
## dbt-spark 1.4.0-rc1 - January 11, 2023
### Fixes
- Added escape_single_quotes macro as Spark/Databricks uses a single backslash instead of a single quote ([#572](https://github.com/dbt-labs/dbt-spark/issues/572), [#573](https://github.com/dbt-labs/dbt-spark/pull/573))
### Under the Hood
- Rename exceptions to match dbt-core. ([#557](https://github.com/dbt-labs/dbt-spark/issues/557), [#585](https://github.com/dbt-labs/dbt-spark/pull/585))

### Contributors
- [@graciegoheen](https://github.com/graciegoheen) ([#573](https://github.com/dbt-labs/dbt-spark/pull/573))
## dbt-spark 1.4.0-b1 - December 15, 2022
## dbt-spark 1.4.0 - January 25, 2023
### Features
- incremental predicates ([#435](https://github.com/dbt-labs/dbt-spark/issues/435), [#436](https://github.com/dbt-labs/dbt-spark/pull/436))
- 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))
Expand All @@ -21,13 +13,16 @@
- Updated the Spark-testing profile name to spark_testing ([#514](https://github.com/dbt-labs/dbt-spark/issues/514), [#513](https://github.com/dbt-labs/dbt-spark/pull/513))
- Support new error messages in the future Spark. ([#515](https://github.com/dbt-labs/dbt-spark/issues/515), [#520](https://github.com/dbt-labs/dbt-spark/pull/520))
- Update policy code and test config to support py3.11 and tox 4.0 ([#542](https://github.com/dbt-labs/dbt-spark/issues/542), [#543](https://github.com/dbt-labs/dbt-spark/pull/543))
- Added escape_single_quotes macro as Spark/Databricks uses a single backslash instead of a single quote ([#572](https://github.com/dbt-labs/dbt-spark/issues/572), [#573](https://github.com/dbt-labs/dbt-spark/pull/573))
### Under the Hood
- updating python version in tox ([#536](https://github.com/dbt-labs/dbt-spark/issues/536), [#534](https://github.com/dbt-labs/dbt-spark/pull/534))
- Rename exceptions to match dbt-core. ([#557](https://github.com/dbt-labs/dbt-spark/issues/557), [#585](https://github.com/dbt-labs/dbt-spark/pull/585))

### Contributors
- [@VShkaberda](https://github.com/VShkaberda) ([#396](https://github.com/dbt-labs/dbt-spark/pull/396))
- [@akashrn5](https://github.com/akashrn5) ([#513](https://github.com/dbt-labs/dbt-spark/pull/513))
- [@dave-connors-3](https://github.com/dave-connors-3) ([#436](https://github.com/dbt-labs/dbt-spark/pull/436))
- [@graciegoheen](https://github.com/graciegoheen) ([#573](https://github.com/dbt-labs/dbt-spark/pull/573))
- [@ueshin](https://github.com/ueshin) ([#520](https://github.com/dbt-labs/dbt-spark/pull/520))
## Previous Releases
For information on prior major and minor releases, see their changelogs:
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/spark/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.4.0rc1"
version = "1.4.0"
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-spark"
package_version = "1.4.0rc1"
package_version = "1.4.0"
dbt_core_version = _get_dbt_core_version()
description = """The Apache Spark adapter plugin for dbt"""

Expand Down

0 comments on commit 11d61c6

Please sign in to comment.