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 d6f1468 commit 94bf0f2Copy full SHA for 94bf0f2
RELEASE-NOTES.md
@@ -18,6 +18,15 @@
18
19
## Deprecations
20
21
+## New additions
22
+
23
+## Fixes and improvements
24
25
26
+# v3.9.0
27
28
+## Deprecations
29
30
## New additions
31
* Added `--encryption` flag to `snow stage create` command defining the type of encryption for all files on the stage.
32
src/snowflake/cli/__about__.py
@@ -16,7 +16,7 @@
16
17
from enum import Enum, unique
-VERSION = "3.9.0.dev0"
+VERSION = "3.10.0.dev0"
@unique
0 commit comments