We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c140824 commit 51847c7Copy full SHA for 51847c7
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## 0.1.2 ##
2
* Add several auth methods
3
4
## 0.1.1 ##
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "ydb-mcp"
7
-version = "0.1.1" # AUTOVERSION
+version = "0.1.2" # AUTOVERSION
8
description = "Model Context Protocol server for YDB DBMS"
9
readme = "README.md"
10
authors = [
ydb_mcp/version.py
@@ -1 +1 @@
-VERSION = "0.1.1"
+VERSION = "0.1.2"
0 commit comments