Skip to content

Commit a4109c5

Browse files
author
Jesse Whitehouse
committed
Update changelog and version number
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent 3a88f73 commit a4109c5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Release History
22

3-
## 0.3.x (Unreleased)
3+
## 0.4.0 (unreleased)
44

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
59
## 0.2.0 (2023-03-15)
610

711
- Support oauth authentication for AWS

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.2.0"
3+
version = "0.3.0"
44
description = "A DBCLI client for Databricks SQL"
55
authors = ["Databricks SQL CLI Maintainers <[email protected]>"]
66
packages = [{include = "dbsqlcli"}]

0 commit comments

Comments
 (0)