From 71ed727798ab8afa0bd5b0e30295dad8a98c86c3 Mon Sep 17 00:00:00 2001 From: Ali Hashemi <14126952+hashemix@users.noreply.github.com> Date: Thu, 1 May 2025 20:51:47 -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 e5e2f3f..fc5d2cf 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.7" + ".": "0.1.8" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 70fff4a..7719c38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.8](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.7...v0.1.8) (2025-05-01) + + +### 📚 Documentation + +* Docs.rs documentation ([f87d947](https://github.com/rust-mcp-stack/mcp-discovery/commit/f87d947a2de6a14f3b106c7f5d449a04663330e1)) + ## [0.1.7](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.6...v0.1.7) (2025-05-01) diff --git a/Cargo.lock b/Cargo.lock index dd3bfe3..c9ab69a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,7 +518,7 @@ dependencies = [ [[package]] name = "mcp-discovery" -version = "0.1.7" +version = "0.1.8" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index bfe88be..0b5daa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcp-discovery" -version = "0.1.7" +version = "0.1.8" 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 8a3a986..2838c9f 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -4,7 +4,7 @@ -# MCP Discovery (v0.1.7) +# MCP Discovery (v0.1.8) diff --git a/docs/quickstart.md b/docs/quickstart.md index f5741a4..51591c9 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.7/mcp-discovery-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.8/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.7/mcp-discovery-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.8/mcp-discovery-installer.ps1 | iex" ``` @@ -46,78 +46,78 @@ cargo install mcp-discovery --locked - 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