Skip to content

Commit 3e6eea3

Browse files
Update release notes
1 parent 8abac11 commit 3e6eea3

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v2.30.3, 2025-02-03 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+
## What's Changed
4+
### Other Changes 🛠
5+
* fix enum parse logic when its last index is zero by @lobachpavel in https://github.com/ClickHouse/clickhouse-go/pull/1487
6+
7+
## New Contributors
8+
* @lobachpavel made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1487
9+
10+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.30.2...v2.30.3
11+
112
# v2.30.2, 2025-01-30 <!-- Release notes generated using configuration in .github/release.yml at main -->
213

314
## What's Changed

client_info.go

Lines changed: 1 addition & 1 deletion
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 = 2
33+
ClientVersionPatch = 3
3434
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
3535
)
3636

contributors/list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Nityananda Gohain <[email protected]>
109109
Oleg Strokachuk <[email protected]>
110110
Oleksandr Nikitin <[email protected]>
111111
112+
Pavel Lobach <[email protected]>
112113
Paweł Rozlach <[email protected]>
113114
Philip Dubé <[email protected]>
114115
Philipp Schreiber <[email protected]>

0 commit comments

Comments
 (0)