Skip to content

Commit 8f2b2dc

Browse files
Update release notes
1 parent c8c2b0e commit 8f2b2dc

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v2.30.1, 2025-01-17 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+
## What's Changed
4+
### Other Changes 🛠
5+
* [Chore] Use defer to close rows in examples by @hayotbisonai in https://github.com/ClickHouse/clickhouse-go/pull/1431
6+
7+
## New Contributors
8+
* @hayotbisonai made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1431
9+
10+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.30.0...v2.30.1
11+
112
# v2.30.0, 2024-10-16 <!-- Release notes generated using configuration in .github/release.yml at main -->
213

314
## What's Changed

client_info.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const ClientName = "clickhouse-go"
3030
const (
3131
ClientVersionMajor = 2
3232
ClientVersionMinor = 30
33-
ClientVersionPatch = 0
33+
ClientVersionPatch = 1
3434
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
3535
)
3636

contributors/list

+5
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ Anton Kozlov <anton@cloudflare.com>
1616
Aram Peres <6775216+aramperes@users.noreply.github.com>
1717
Ashish Gaurav <ashishgaurav.iitd@gmail.com>
1818
Ather Shu <shushenghong@gmail.com>
19+
Barkhayot <157342287+hayotbisonai@users.noreply.github.com>
1920
Beck Xu <beck917@gmail.com>
2021
Benjamin Rupp <brupp@ciena.com>
2122
Cem Sancak <cem.sancak.90@gmail.com>
2223
Chao Wang <chaowang@uber.com>
24+
CharlesFeng <jornfeng@gmail.com>
2325
Chris Duncan <veqryn@hotmail.com>
2426
Daguang <28806852+DGuang21@users.noreply.github.com>
2527
Dale McDiarmid <dale@clickhouse.com>
@@ -107,6 +109,7 @@ Oleg Strokachuk <oleg.strokachuk@vizor-games.com>
107109
Oleksandr Nikitin <oleksandr@tvori.info>
108110
Omurbek <omurbek.jk@gmail.com>
109111
Paweł Rozlach <2124609+vespian@users.noreply.github.com>
112+
Philip Dubé <serprex@users.noreply.github.com>
110113
Philipp Schreiber <phil@ephemeroid.net>
111114
Richard Artoul <richardartoul@gmail.com>
112115
Rim Zaidullin <rim.zaydullin@clickhouse.com>
@@ -125,6 +128,7 @@ Sergey Salnikov <cerg1168@ya.ru>
125128
Sergey Salnikov <cerg@chatfuel.com>
126129
Shoshin Nikita <shoshin_nikita+github@fastmail.com>
127130
Shunsuke Otani <shun.otani@gmail.com>
131+
Spencer Torres <contact@spencertorres.com>
128132
Srikanth Chekuri <srikanth.chekuri92@gmail.com>
129133
Stepan Rabotkin <36516357+EpicStep@users.noreply.github.com>
130134
Stepan Rabotkin <epicstyt@gmail.com>
@@ -154,6 +158,7 @@ albertlockett <albert.lockett@gmail.com>
154158
alex <alex@localhost.localdomain>
155159
anton troyanov <anton@troyanov.net>
156160
astduman <41344369+Astemirdum@users.noreply.github.com>
161+
barkhayot <barkhayotoff@gmail.com>
157162
caleb.xiang <90543061+cxiang03@users.noreply.github.com>
158163
candiduslynx <candiduslynx@users.noreply.github.com>
159164
chengzhi <chengzhi@shinnytech.com>

0 commit comments

Comments
 (0)