Skip to content

Commit aa6c438

Browse files
authored
docs: update CHANGELOG for 0.13.3 (#225)
1 parent 2391ab2 commit aa6c438

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## [Unreleased] - ReleaseDate
1010
### Added
1111
- client: added `Client::with_access_token` to support JWT authentication ClickHouse Cloud feature ([#215]).
12+
- Identifier: added `Copy` and `Clone` derive ([#224]).
1213

1314
### Fixed
1415
- query/cursor: detect more deferred errors ([#220]).
16+
- query/bind: fixed `i128`/`u128` SQL serialization ([#209]).
1517

18+
[#209]: https://github.com/ClickHouse/clickhouse-rs/pull/209
1619
[#215]: https://github.com/ClickHouse/clickhouse-rs/pull/215
1720
[#220]: https://github.com/ClickHouse/clickhouse-rs/pull/220
21+
[#224]: https://github.com/ClickHouse/clickhouse-rs/pull/224
1822

1923
## [0.13.2] - 2025-03-12
2024
### Added

0 commit comments

Comments
 (0)