Skip to content

Commit e92b635

Browse files
committed
release-v3.0.2: update release notes & version bump
1 parent 68d443a commit e92b635

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

RELEASE-NOTES.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,16 @@
2121
## New additions
2222

2323
## Fixes and improvements
24-
* Fixed a bug that would cause the `deploy_root`, `bundle_root`, and `generated_root` directories to be created in the current working directory instead of the project root when invoking commands with the `--project` flag from a different directory.
24+
25+
26+
# v3.0.2
27+
## Backward incompatibility
28+
29+
## Deprecations
30+
31+
## New additions
32+
33+
## Fixes and improvements
2534
* Fix handling empty default values for strings by `snow snowpark deploy`.
2635
* Log error details in case pip command fails.
2736

src/snowflake/cli/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
from __future__ import annotations
1616

17-
VERSION = "3.0.1"
17+
VERSION = "3.0.2"

0 commit comments

Comments
 (0)