Skip to content

Commit 66c052d

Browse files
Release CLI v0.256.0 (#177)
Release CLI v0.256.0 Co-authored-by: eng-dev-ecosystem-bot <eng-dev-ecosystem-bot@users.noreply.github.com>
1 parent a15422e commit 66c052d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/main/install.s
2222
To install a specific version, you can replace `main` with a specific release tag:
2323

2424
```bash
25-
curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/v0.255.0/install.sh | sh
25+
curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/v0.256.0/install.sh | sh
2626
```
2727

2828
## GitHub Actions
@@ -43,7 +43,7 @@ To always use the latest version of the Databricks CLI, use the action from the
4343
In case you need to use a specific version of the Databricks CLI, use the action from a release tag:
4444
4545
```yml
46-
- uses: databricks/setup-cli@v0.255.0
46+
- uses: databricks/setup-cli@v0.256.0
4747
```
4848
4949
Replace the tag with the version you want to use.
@@ -53,7 +53,7 @@ Alternatively, you can specify the version as a parameter to the action:
5353
```yml
5454
- uses: databricks/setup-cli@main
5555
with:
56-
version: 0.255.0
56+
version: 0.256.0
5757
```
5858
5959
## Preview notice

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.255.0
1+
0.256.0

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Note: we cannot assume we're running bash and use the set -euo pipefail approach.
44
set -e
55

6-
VERSION="0.255.0"
6+
VERSION="0.256.0"
77
FILE="databricks_cli_$VERSION"
88

99
# Include operating system in file name.

0 commit comments

Comments
 (0)