Skip to content

Commit 508b1c6

Browse files
author
Jesse Whitehouse
committed
Update version and changelog
Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
1 parent eb4e6f0 commit 508b1c6

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1+
# Release History
12

3+
## 0.3.x (Unreleased)
4+
5+
## 0.2.0 (2023-03-15)
6+
7+
- Support oauth authentication for AWS
8+
9+
## 0.1.4 (2022-07-01)
10+
11+
- Fixes to autocomplete behaviour
12+
## 0.1.3 (2022-05-12)
13+
14+
- Adjustments to README
15+
16+
## 0.1.2 (2022-05-11)
17+
18+
- Allow users to read credentials from the dbsqlclirc file
19+
- Updated list of literals used for autocomplete.
20+
- Updated README with better usage instructions
21+
- Changed pypi package name to databricks-sql-cli. The tool can be invoked with either dbsqlcli or databricks-sql-cli
22+
- Removed the download command which was a holdover from pyathena

dbsqlcli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databricks-sql-cli"
3-
version = "0.1.4"
3+
version = "0.2.0"
44
description = "A DBCLI client for Databricks SQL"
55
authors = ["Databricks SQL CLI Maintainers <dbsqlcli-maintainers@databricks.com>"]
66
packages = [{include = "dbsqlcli"}]

0 commit comments

Comments
 (0)