Skip to content

Commit

Permalink
Bumping version to 1.0.0rc1 (dbt-labs#254)
Browse files Browse the repository at this point in the history
* Bump version to 1.0.0rc1

* Update changelog
  • Loading branch information
jtcohen6 authored and Vinoth Govindarajan committed Nov 17, 2021
1 parent 0fae2da commit b3ac59a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0b1
current_version = 1.0.0rc1
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down Expand Up @@ -27,3 +27,4 @@ first_value = 1
first_value = 1

[bumpversion:file:dbt/adapters/spark/__version__.py]

10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
## dbt-spark 1.0.0 (Release TBD)

## dbt-spark 1.0.0rc1 (November 10, 2021)

### Under the hood

- Remove official support for python 3.6, which is reaching end of life on December 23, 2021 ([dbt-core#4134](https:/dbt-labs/dbt-core/issues/4134), [#253](https:/dbt-labs/dbt-snowflake/pull/253))

### Under the hood
- Add support for structured logging [#251](https:/dbt-labs/dbt-spark/pull/251)

## dbt-spark 0.21.1 (Release TBD)

## dbt-spark 0.21.1rc1 (November 3, 2021)

### Fixes
- Fix `--store-failures` for tests, by suppressing irrelevant error in `comment_clause()` macro ([#232](https:/dbt-labs/dbt-spark/issues/232), [#233](https:/dbt-labs/dbt-spark/pull/233))
- Add support for `on_schema_change` config in incremental models: `ignore`, `fail`, `append_new_columns`. For `sync_all_columns`, removing columns is not supported by Apache Spark or Delta Lake ([#198](https:/dbt-labs/dbt-spark/issues/198), [#226](https:/dbt-labs/dbt-spark/issues/226), [#229](https:/dbt-labs/dbt-spark/pull/229))
- Add `persist_docs` call to incremental model ([#224](https:/dbt-labs/dbt-spark/issues/224), [#234](https:/dbt-labs/dbt-spark/pull/234))

### Under the hood
- Add support for structured logging [#251](https:/dbt-labs/dbt-spark/pull/251)

### Contributors
- [@binhnefits](https:/binhnefits) ([#234](https:/dbt-labs/dbt-spark/pull/234))

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.0.0b1"
version = "1.0.0rc1"

0 comments on commit b3ac59a

Please sign in to comment.