Skip to content

Commit 42d85ea

Browse files
authored
release 1.0.12 (#107)
1 parent 14926cb commit 42d85ea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

DESCRIPTION.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-inges
77

88
Release Notes
99
-------------------------------------------------------------------------------
10+
- v1.0.12 (Oct 22, 2025)
11+
12+
- Update dependency package to newer version (requests)
13+
1014
- v1.0.11 (June 17, 2025)
1115

1216
- Better handling to retry connection errors

snowflake/ingest/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
22
# Update this for the versions
3-
__version__ = '1.0.11'
3+
__version__ = '1.0.12'

0 commit comments

Comments
 (0)