Skip to content

Commit 3caf43a

Browse files
author
robot
committed
Release: 0.1.6
1 parent d7566c2 commit 3caf43a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## 0.1.6 ##
12
* Add explain_query and explain_query_with_params tools
23

34
## 0.1.5 ##

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ydb-mcp"
7-
version = "0.1.5" # AUTOVERSION
7+
version = "0.1.6" # AUTOVERSION
88
description = "Model Context Protocol server for YDB DBMS"
99
readme = "README.md"
1010
authors = [

ydb_mcp/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.1.5"
1+
VERSION = "0.1.6"

0 commit comments

Comments
 (0)