Skip to content

Commit

Permalink
Bumping version to 1.5.0a1 and generate changelog (#588)
Browse files Browse the repository at this point in the history
* Bumping version to 1.5.0a1 and generate CHANGELOG

* update changelog for 1.5.0a1

Co-authored-by: Github Build Bot <[email protected]>
Co-authored-by: Emily Rockman <[email protected]>
  • Loading branch information
3 people authored Jan 12, 2023
1 parent 8d266fd commit 8aceeb4
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 101 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.0b1
current_version = 1.5.0a1
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
1 change: 1 addition & 0 deletions .changes/0.0.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Previous Releases
For information on prior major and minor releases, see their changelogs:
- [1.4](https://github.com/dbt-labs/dbt-spark/blob/1.4.latest/CHANGELOG.md)
- [1.3](https://github.com/dbt-labs/dbt-spark/blob/1.3.latest/CHANGELOG.md)
- [1.2](https://github.com/dbt-labs/dbt-spark/blob/1.2.latest/CHANGELOG.md)
- [1.1](https://github.com/dbt-labs/dbt-spark/blob/1.1.latest/CHANGELOG.md)
Expand Down
17 changes: 0 additions & 17 deletions .changes/1.4.0-b1.md

This file was deleted.

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.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

18 changes: 1 addition & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,9 @@
- 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-b1 - December 15, 2022
### 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))
### Fixes
- Password doesn't pass to server using LDAP connection via thrift (#310) ([#310](https://github.com/dbt-labs/dbt-spark/issues/310), [#396](https://github.com/dbt-labs/dbt-spark/pull/396))
- 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))
### 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))

### 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))
- [@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:
- [1.4](https://github.com/dbt-labs/dbt-spark/blob/1.4.latest/CHANGELOG.md)
- [1.3](https://github.com/dbt-labs/dbt-spark/blob/1.3.latest/CHANGELOG.md)
- [1.2](https://github.com/dbt-labs/dbt-spark/blob/1.2.latest/CHANGELOG.md)
- [1.1](https://github.com/dbt-labs/dbt-spark/blob/1.1.latest/CHANGELOG.md)
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.0b1"
version = "1.5.0a1"
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.0b1"
package_version = "1.5.0a1"
dbt_core_version = _get_dbt_core_version()
description = """The Apache Spark adapter plugin for dbt"""

Expand Down

0 comments on commit 8aceeb4

Please sign in to comment.