Skip to content

Commit c3d15c9

Browse files
prep 0.10.0 release
1 parent 5a1a385 commit c3d15c9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ instead of being passed as ClickHouse server settings. This is in conjunction wi
2222
The supported method of passing ClickHouse server settings is to prefix such arguments/query parameters with`ch_`.
2323

2424
## UNRELEASED
25+
### Bug Fixes
26+
### Improvements
27+
28+
## 0.10.0, 2025-11-14
2529

2630
### Bug Fixes
27-
- Fixed DST fallback bug in DateTime and DateTime64 types caused by passing potentially ambiguous times to pd.DateTimeIndex constructor.
31+
- Fixed DST fallback bug in DateTime and DateTime64 types caused by passing potentially ambiguous times to pd.DateTimeIndex constructor. Closes [#585](https://github.com/ClickHouse/clickhouse-connect/issues/585)
2832
- Fixed issue with JSON key dot escaping. Closes [#571](https://github.com/ClickHouse/clickhouse-connect/issues/571)
2933

3034
### Improvements

clickhouse_connect/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.9.2"
1+
version = "0.10.0"

0 commit comments

Comments
 (0)