From 370bd6741546b327f0c7f9a46545a937109b84ae Mon Sep 17 00:00:00 2001 From: Ali Hashemi <14126952+hashemix@users.noreply.github.com> Date: Sat, 21 Jun 2025 09:30:59 -0300 Subject: [PATCH] chore: release --- .release-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- docs/_coverpage.md | 2 +- docs/quickstart.md | 28 ++++++++++++++-------------- 6 files changed, 25 insertions(+), 18 deletions(-) diff --git a/.release-manifest.json b/.release-manifest.json index 2c06029..5e75e4c 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.11" + ".": "0.1.12" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3ed2f..e61681e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.12](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.11...v0.1.12) (2025-06-21) + + +### 🚀 Features + +* Add $ref support to JSON Schema parser ([#22](https://github.com/rust-mcp-stack/mcp-discovery/issues/22)) ([41abe75](https://github.com/rust-mcp-stack/mcp-discovery/commit/41abe75dedb160b2ac13b3df2f21543f4dbdd136)) + ## [0.1.11](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.10...v0.1.11) (2025-06-20) diff --git a/Cargo.lock b/Cargo.lock index 3766999..6716e1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -878,7 +878,7 @@ dependencies = [ [[package]] name = "mcp-discovery" -version = "0.1.11" +version = "0.1.12" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index bec4c20..cf709eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcp-discovery" -version = "0.1.11" +version = "0.1.12" authors = ["Ali Hashemi"] categories = ["command-line-interface", "command-line-utilities"] description = "A command-line tool written in Rust for discovering and documenting MCP Server capabilities." diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 1999ea8..f01f488 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -4,7 +4,7 @@ -# MCP Discovery (v0.1.11) +# MCP Discovery (v0.1.12) diff --git a/docs/quickstart.md b/docs/quickstart.md index b1a3d77..ca1b90f 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -9,13 +9,13 @@ ```sh -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.11/mcp-discovery-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.12/mcp-discovery-installer.sh | sh ``` #### **PowerShell script** ```sh -powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.11/mcp-discovery-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.12/mcp-discovery-installer.ps1 | iex" ``` @@ -46,78 +46,78 @@ cargo install mcp-discovery --locked