Skip to content

Commit

Permalink
Bump version to 2.3.0rc0 (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-turbaszek committed May 9, 2024
1 parent 6e5f8b2 commit 908cf13
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# Unreleased version
## Backward incompatibility

## Deprecations

## New additions

## Fixes and improvements


# v2.3.0

## Backward incompatibility

## Deprecations

## New additions
* `snow sql` command supports now client-side templating of queries.
* `snow sql` command supports now client-side templating of queries
* New `snow sql` functionality:
* `-D/--data` allows variable substitutions in a SQL input (client-side query templating)
* New `snow app deploy` functionality:
* Passing files and directories as arguments syncs these only: `snow app deploy some-file some-dir`.
* `--recursive` syncs all files and subdirectories recursively.
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/cli/__about__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

VERSION = "2.3.0.dev0"
VERSION = "2.3.0rc0"

0 comments on commit 908cf13

Please sign in to comment.