File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Release History
1
2
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
Original file line number Diff line number Diff line change 1
- __version__ = "0.1 .0"
1
+ __version__ = "0.2 .0"
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " databricks-sql-cli"
3
- version = " 0.1.4 "
3
+ version = " 0.2.0 "
4
4
description = " A DBCLI client for Databricks SQL"
5
5
authors = [" Databricks SQL CLI Maintainers <dbsqlcli-maintainers@databricks.com>" ]
6
6
packages = [{include = " dbsqlcli" }]
You can’t perform that action at this time.
0 commit comments