From ee405ac380cb97a67a14ce18139ca149bf3c576d Mon Sep 17 00:00:00 2001 From: Ali Hashemi <14126952+hashemix@users.noreply.github.com> Date: Mon, 22 Sep 2025 19:37:45 -0300 Subject: [PATCH] chore: release --- .release-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- docs/_coverpage.md | 2 +- docs/quickstart.md | 28 ++++++++++++++-------------- 6 files changed, 29 insertions(+), 18 deletions(-) diff --git a/.release-manifest.json b/.release-manifest.json index 5e75e4c..6c28b67 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.12" + ".": "0.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e61681e..741bd10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.0](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.12...v0.2.0) (2025-09-22) + + +### ⚠ BREAKING CHANGES + +* upgrade to mcp 2025-06-18 ([#24](https://github.com/rust-mcp-stack/mcp-discovery/issues/24)) + +### 🚀 Features + +* Upgrade to mcp 2025-06-18 ([#24](https://github.com/rust-mcp-stack/mcp-discovery/issues/24)) ([5a67018](https://github.com/rust-mcp-stack/mcp-discovery/commit/5a67018a3b18e4b284f215024cf6c1c408da69e6)) + ## [0.1.12](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.11...v0.1.12) (2025-06-21) diff --git a/Cargo.lock b/Cargo.lock index f6d2c0e..9f218bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -551,7 +551,7 @@ dependencies = [ [[package]] name = "mcp-discovery" -version = "0.1.12" +version = "0.2.0" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8124110..404f5de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcp-discovery" -version = "0.1.12" +version = "0.2.0" 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 f01f488..02ed335 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -4,7 +4,7 @@ -# MCP Discovery (v0.1.12) +# MCP Discovery (v0.2.0) diff --git a/docs/quickstart.md b/docs/quickstart.md index ca1b90f..ee65aa9 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.12/mcp-discovery-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.0/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.12/mcp-discovery-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.0/mcp-discovery-installer.ps1 | iex" ``` @@ -46,78 +46,78 @@ cargo install mcp-discovery --locked