diff options
author | Nikolay Perfilov <[email protected]> | 2025-06-27 18:04:48 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2025-06-27 15:04:48 +0000 |
commit | 88ceaa3bf2cafd2c15271d976337fe7d3dcd4120 (patch) | |
tree | b795a21641c6cb11adb8451e00a05737d4a35fad | |
parent | c309b0c59f874c3197416c431581966fab61eb61 (diff) |
Increment YDB CLI version to 2.23.0 (#20308)CLI_2.23.0
-rw-r--r-- | ydb/apps/ydb/CHANGELOG.md | 3 | ||||
-rw-r--r-- | ydb/apps/ydb/version.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ydb/apps/ydb/CHANGELOG.md b/ydb/apps/ydb/CHANGELOG.md index 6b58fdb8214..9d61a83cab6 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.23.0 ## + * Added `ydb workload vector select` to benchmark RPS and recall of vector index. * Added trivial columns completion in interactive mode. * Added the "ydb tools infer csv" command to generate a `CREATE TABLE` SQL query from a CSV file with data. diff --git a/ydb/apps/ydb/version.txt b/ydb/apps/ydb/version.txt index d93847fab5f..e9763f6bfed 100644 --- a/ydb/apps/ydb/version.txt +++ b/ydb/apps/ydb/version.txt @@ -1 +1 @@ -2.22.1 +2.23.0 |