Skip to content

Commit

Permalink
Release v3.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Jun 10, 2024
1 parent c487d1f commit 0b00fc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v3.74.0
* Added experimental range functions to the `query.Result` and `query.ResultSet` types, available as for-range loops starting with Go version 1.22. These features can be enabled by setting the environment variable `GOEXPERIMENT=rangefunc`.
* Added public types for `tx.Option`, `options.DoOption` and `options.DoTxOption`

Expand Down
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package version

const (
Major = "3"
Minor = "73"
Patch = "1"
Minor = "74"
Patch = "0"

Prefix = "ydb-go-sdk"
)
Expand Down

0 comments on commit 0b00fc5

Please sign in to comment.