Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.2.1: version bump and release notes update #1902

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
## Fixes and improvements
* Fixed crashes with older x86_64 Intel CPUs.

# v3.2.1
## Backward incompatibility

## Deprecations

## New additions

## Fixes and improvements
* Fixed crashes with older x86_64 Intel CPUs.

# v3.2.0

## Deprecations
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.2.0"
VERSION = "3.2.1"
2 changes: 1 addition & 1 deletion tests_e2e/__snapshots__/test_installation.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

Usage: snow [OPTIONS] COMMAND [ARGS]...

Snowflake CLI tool for developers [v3.2.0]
Snowflake CLI tool for developers [v3.2.1]

+- Options --------------------------------------------------------------------+
| --version Shows version of the Snowflake CLI |
Expand Down