diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4d0ecaddaa..43efb60d47 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -21,7 +21,16 @@ ## New additions ## Fixes and improvements -* 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. + + +# v3.0.2 +## Backward incompatibility + +## Deprecations + +## New additions + +## Fixes and improvements * Fix handling empty default values for strings by `snow snowpark deploy`. * Log error details in case pip command fails. diff --git a/src/snowflake/cli/__about__.py b/src/snowflake/cli/__about__.py index 2e1a886e04..79df4b882c 100644 --- a/src/snowflake/cli/__about__.py +++ b/src/snowflake/cli/__about__.py @@ -14,4 +14,4 @@ from __future__ import annotations -VERSION = "3.0.1" +VERSION = "3.0.2"