Skip to content

Commit

Permalink
Bumping version to 1.4.0a1 and generate changelog (dbt-labs#492)
Browse files Browse the repository at this point in the history
* Bumping version to 1.4.0a1 and generate CHANGELOG

* Updated changelog

Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
Co-authored-by: Leah Antkiewicz <leah.antkiewicz@fishtownanalytics.com>
  • Loading branch information
3 people authored Sep 29, 2022
1 parent d462afc commit 7f233b1
Show file tree
Hide file tree
Showing 27 changed files with 4 additions and 186 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.0b2
current_version = 1.4.0a1
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
11 changes: 0 additions & 11 deletions .changes/1.3.0-b1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/1.3.0-b2.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/1.3.0/Features-20220808-141141.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.3.0/Features-20220808-142118.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/1.3.0/Fixes-20220808-141623.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.3.0/Under the Hood-20220808-141320.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.3.0/Under the Hood-20220825-073413.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Dependency-20220913-225328.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Dependency-20220914-191910.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Dependency-20220914-192027.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Dependency-20220914-192102.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Dependency-20220914-192125.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Features-20220826-133818.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Features-20220913-084852.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Features-20220920-000814.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/unreleased/Features-20220923-101248.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Fixes-20220830-140224.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/unreleased/Fixes-20220914-010520.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Under the Hood-20220829-164426.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Under the Hood-20220912-104517.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Under the Hood-20220913-152004.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Under the Hood-20220916-125706.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Under the Hood-20220924-143713.yaml

This file was deleted.

17 changes: 1 addition & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,10 @@
- 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.3.0-b2 - August 30, 2022
### Features
- Add changie to dbt-spark ([#416](https://github.com/dbt-labs/dbt-spark/issues/416), [#418](https://github.com/dbt-labs/dbt-spark/pull/418))
### Under the Hood
- specify supported_languages for materialization that support python models ([#437](https://github.com/dbt-labs/dbt-spark/issues/437), [#440](https://github.com/dbt-labs/dbt-spark/pull/440))

## dbt-spark 1.3.0-b1 - July 29, 2022

### Features
- Support python model through notebook, currently supported materializations are table and incremental ([#417](https://github.com/dbt-labs/dbt-spark/issues/417), [#377](https://github.com/dbt-labs/dbt-spark/pull/377))
### Fixes
- Pin pyodbc to version 4.0.32 to prevent overwriting libodbc.so and libltdl.so on Linux ([#397](https://github.com/dbt-labs/dbt-spark/issues/397), [#398](https://github.com/dbt-labs/dbt-spark/pull/398))
### Under the Hood
- Support core incremental refactor ([#4402](https://github.com/dbt-labs/dbt-spark/issues/4402), [#394](https://github.com/dbt-labs/dbt-spark/pull/394))

### Contributors
- [@barberscot](https://github.com/barberscot) ([#398](https://github.com/dbt-labs/dbt-spark/pull/398))
## Previous Releases
For information on prior major and minor releases, see their changelogs:
- [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)
- [1.0](https://github.com/dbt-labs/dbt-spark/blob/1.0.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.3.0b2"
version = "1.4.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.3.0b2"
package_version = "1.4.0a1"
dbt_core_version = _get_dbt_core_version()
description = """The Apache Spark adapter plugin for dbt"""

Expand Down

0 comments on commit 7f233b1

Please sign in to comment.