Skip to content

Commit

Permalink
v3.2.1: version bump and release notes update
Browse files Browse the repository at this point in the history
* SNOW-1790301: downgrade python to 3.10
  • Loading branch information
sfc-gh-mraba committed Nov 26, 2024
1 parent f67d5cc commit 185d3be
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
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

0 comments on commit 185d3be

Please sign in to comment.