Skip to content

Commit

Permalink
release-v3.0.2: update release notes & version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Oct 14, 2024
1 parent 68d443a commit e92b635
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/cli/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import annotations

VERSION = "3.0.1"
VERSION = "3.0.2"

0 comments on commit e92b635

Please sign in to comment.