From f67a1cb2131de340018ea797f5a2a8d6ab954eb3 Mon Sep 17 00:00:00 2001 From: Tomasz Urbaszek Date: Thu, 13 Jun 2024 15:03:20 +0200 Subject: [PATCH] Bump version to 2.5.0 --- RELEASE-NOTES.md | 10 ++++++++++ src/snowflake/cli/__about__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 3a8cf2557..7212123d2 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -19,6 +19,16 @@ ## Deprecations +## New additions + +## Fixes and improvements + + +# v2.5.0 +## Backward incompatibility + +## Deprecations + ## New additions * Added `snow app bundle` command that prepares a local folder in the project directory with artifacts to be uploaded to a stage as part of creating a Snowflake Native App. * Snowflake Native App projects can now optionally generate CREATE FUNCTION or CREATE PROCEDURE declarations in setup scripts from Snowpark python code that includes decorators (e.g. @sproc, @udf). diff --git a/src/snowflake/cli/__about__.py b/src/snowflake/cli/__about__.py index c3922e54f..ed2e2c5e5 100644 --- a/src/snowflake/cli/__about__.py +++ b/src/snowflake/cli/__about__.py @@ -14,4 +14,4 @@ from __future__ import annotations -VERSION = "2.5.0.dev0" +VERSION = "2.5.0rc0"