Skip to content

Commit

Permalink
Merge branch 'master' into codegen_function_id
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly32322 authored Mar 23, 2024
2 parents b7cf4a4 + 895d516 commit 4bb8a9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
* Added internal `gstack` codegen tool for filling `stack.FunctionID` with value from call stack

## v3.59.1
* Fixed updating last usage timestamp for smart parking of the conns

## v3.59.0
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version
const (
Major = "3"
Minor = "59"
Patch = "0"
Patch = "1"

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

0 comments on commit 4bb8a9c

Please sign in to comment.