Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit da81499

Browse files
[create-pull-request] automated change (#961)
Co-authored-by: Github Build Bot <[email protected]>
1 parent f572264 commit da81499

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.6.1
2+
current_version = 1.6.2
33
parse = (?P<major>[\d]+) # major version number
44
\.(?P<minor>[\d]+) # minor version number
55
\.(?P<patch>[\d]+) # patch version number

.changes/1.6.2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## dbt-spark 1.6.2 - December 13, 2023
2+
3+
### Dependencies
4+
5+
- Replace sasl with pure-sasl for PyHive ([#818](https://github.com/dbt-labs/dbt-spark/pull/818))

.changes/unreleased/Dependencies-20230628-121341.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
66
- 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)
77

8+
## dbt-spark 1.6.2 - December 13, 2023
9+
10+
### Dependencies
11+
12+
- Replace sasl with pure-sasl for PyHive ([#818](https://github.com/dbt-labs/dbt-spark/pull/818))
13+
14+
15+
816
## dbt-spark 1.6.1 - November 09, 2023
917

1018
### Features
@@ -18,7 +26,6 @@
1826
### Contributors
1927
- [@jurasan](https://github.com/jurasan) ([#372](https://github.com/dbt-labs/dbt-spark/issues/372))
2028

21-
2229
## dbt-spark 1.6.0 - July 31, 2023
2330

2431
### Features

dbt/adapters/spark/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.6.1"
1+
version = "1.6.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def _get_dbt_core_version():
4949

5050

5151
package_name = "dbt-spark"
52-
package_version = "1.6.1"
52+
package_version = "1.6.2"
5353
dbt_core_version = _get_dbt_core_version()
5454
description = """The Apache Spark adapter plugin for dbt"""
5555

0 commit comments

Comments
 (0)