We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a88f73 commit a4109c5Copy full SHA for a4109c5
changelog.md
@@ -1,7 +1,11 @@
1
# Release History
2
3
-## 0.3.x (Unreleased)
+## 0.4.0 (unreleased)
4
5
+## 0.3.0 (2023-03-31)
6
+
7
+- Removes `\u` command because it broke usages of `USE CATALOG <catalog name>`
8
+- Fix: destructive_warning setting is now properly read from clirc file and CLI args
9
## 0.2.0 (2023-03-15)
10
11
- Support oauth authentication for AWS
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databricks-sql-cli"
-version = "0.2.0"
+version = "0.3.0"
description = "A DBCLI client for Databricks SQL"
authors = ["Databricks SQL CLI Maintainers <[email protected]>"]
packages = [{include = "dbsqlcli"}]
0 commit comments