From ee68e24431b6a0c385b1e95a8acefbcd39111227 Mon Sep 17 00:00:00 2001 From: Ali Hashemi <14126952+hashemix@users.noreply.github.com> Date: Wed, 24 Sep 2025 06:58:54 -0300 Subject: [PATCH] chore: release --- .release-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- docs/README.md | 4 ++-- docs/_coverpage.md | 2 +- docs/quickstart.md | 28 ++++++++++++++-------------- 7 files changed, 27 insertions(+), 20 deletions(-) diff --git a/.release-manifest.json b/.release-manifest.json index 6306501..83ee165 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b37c1..22293c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.2.1...v0.2.2) (2025-09-24) + + +### 🐛 Bug Fixes + +* Improve documentation ([a23aee5](https://github.com/rust-mcp-stack/mcp-discovery/commit/a23aee514a039126d7a9bfa4dbe9dc7cdb157e7f)) + ## [0.2.1](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.2.0...v0.2.1) (2025-09-22) diff --git a/Cargo.lock b/Cargo.lock index d4961c9..ca84359 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -551,7 +551,7 @@ dependencies = [ [[package]] name = "mcp-discovery" -version = "0.2.1" +version = "0.2.2" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index c9d4881..e45b5b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcp-discovery" -version = "0.2.1" +version = "0.2.2" 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/README.md b/docs/README.md index d0074c1..030fd3d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -29,13 +29,13 @@ Check the [project documentation](https://rust-mcp-stack.github.io/mcp-discovery ```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 +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-installer.sh | sh ``` ##### **PowerShell script** ```sh -powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.0/mcp-discovery-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-installer.ps1 | iex" ``` diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 0058ac8..be1ca48 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -4,7 +4,7 @@ -# MCP Discovery (v0.2.1) +# MCP Discovery (v0.2.2) diff --git a/docs/quickstart.md b/docs/quickstart.md index 471eef0..de436f1 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.2.1/mcp-discovery-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-installer.sh | sh ``` #### **PowerShell script** ```sh -powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.1/mcp-discovery-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-installer.ps1 | iex" ``` @@ -52,78 +52,78 @@ npm i -g @rustmcp/mcp-discovery@latest - mcp-discovery-aarch64-apple-darwin.tar.gz + mcp-discovery-aarch64-apple-darwin.tar.gz Apple Silicon macOS - checksum + checksum - mcp-discovery-x86_64-apple-darwin.tar.gz + mcp-discovery-x86_64-apple-darwin.tar.gz Intel macOS - checksum + checksum - mcp-discovery-x86_64-pc-windows-msvc.zip + mcp-discovery-x86_64-pc-windows-msvc.zip x64 Windows (zip) - checksum + checksum - mcp-discovery-x86_64-pc-windows-msvc.msi + mcp-discovery-x86_64-pc-windows-msvc.msi x64 Windows (msi) - checksum + checksum - mcp-discovery-aarch64-unknown-linux-gnu.tar.gz + mcp-discovery-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux - checksum + checksum - mcp-discovery-x86_64-unknown-linux-gnu.tar.gz + mcp-discovery-x86_64-unknown-linux-gnu.tar.gz x64 Linux - checksum + checksum