Skip to content

Commit fcc9c41

Browse files
committed
docs: 1.3.2 changelog
1 parent 858c408 commit fcc9c41

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 1.3.2
2+
3+
- feat(aggragation-function): add anyLast function.
4+
- fix: pass DSN to clickhouse-client if configured.
5+
- feat: #108 Queryset.iterator use clickhouse_driver.Client.execute_iter.
6+
- chore: test for python3.13.
7+
18
### 1.3.1
29

310
- fix: #99 update value containing "where" cause exception.

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,7 @@ run test for all supported Python version and Django version:
9898
```shell
9999
tox
100100
```
101+
102+
### Other
103+
104+
- Don't forget writing [Changelog](CHANGELOG.md)

0 commit comments

Comments
 (0)