Skip to content

Commit c5bad89

Browse files
authored
SNOW-2867667: bump version and relase notes update (#631)
1 parent 121b323 commit c5bad89

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

DESCRIPTION.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ Snowflake Documentation is available at:
66

77
Source code is also available at:
88
<https://github.com/snowflakedb/snowflake-sqlalchemy>
9+
910
# Unreleased Notes
10-
- v1.8.0
11-
- Add logging of SQLAlchemy version
12-
- Bump `snowflake-connector-python<5.0.0`
13-
- Add python up to 3.14
14-
- Add logging of SQLAlchemy version and pandas (if used)
1511

1612
# Release Notes
13+
14+
- v1.8.0(December 5, 2025)
15+
- Add logging of SQLAlchemy version
16+
- Bump `snowflake-connector-python<5.0.0`
17+
- Add python up to 3.14
18+
- Add logging of SQLAlchemy version and pandas (if used)
19+
1720
- v1.7.7(September 3, 2025)
1821
- Fix exception for structured type columns dropped while collecting metadata
1922

src/snowflake/sqlalchemy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#
44
# Update this for the versions
55
# Don't change the forth version number from None
6-
VERSION = "1.7.7"
6+
VERSION = "1.8.0"

0 commit comments

Comments
 (0)