Skip to content

Commit

Permalink
Bump version to 1.0.0rc2 (#259)
Browse files Browse the repository at this point in the history
* bumpversion 1.0.0rc2

* Update changelog

* Use pytest-dbt-adapter==0.6.0
  • Loading branch information
jtcohen6 authored Nov 24, 2021
1 parent b9e16ca commit d0a07f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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.0.0rc1
current_version = 1.0.0rc2
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## dbt-spark 1.0.0 (Release TBD)

## dbt-spark 1.0.0rc2 (November 24, 2021)

### Features
- Add support for Apache Hudi (hudi file format) which supports incremental merge strategies ([#187](https://github.com/dbt-labs/dbt-spark/issues/187), [#210](https://github.com/dbt-labs/dbt-spark/pull/210))

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.0rc1"
version = "1.0.0rc2"
3 changes: 1 addition & 2 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ flaky>=3.5.3,<4
pytest-csv

# Test requirements
#pytest-dbt-adapter==0.5.1
git+https://github.com/dbt-labs/dbt-adapter-tests.git#egg=pytest-dbt-adapter
pytest-dbt-adapter==0.6.0
sasl==0.2.1
thrift_sasl==0.4.1

0 comments on commit d0a07f6

Please sign in to comment.