From 9b54343ea0693dae4378f9da66f16dd505dfef94 Mon Sep 17 00:00:00 2001 From: Ali Hashemi <14126952+hashemix@users.noreply.github.com> Date: Thu, 1 May 2025 19:23:55 -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 7d8cb3b..f66783d 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.4" + ".": "0.1.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e5a033..d3771a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.4...v0.1.5) (2025-05-01) + + +### 🚀 Features + +* Update mcp discovery to support library crate ([#10](https://github.com/rust-mcp-stack/mcp-discovery/issues/10)) ([14c8e31](https://github.com/rust-mcp-stack/mcp-discovery/commit/14c8e3154d7acd2f1a348f93e9c786079a6d7c04)) + ## [0.1.4](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.3...v0.1.4) (2025-04-30) diff --git a/Cargo.lock b/Cargo.lock index 2be7db5..f64b71a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,7 +518,7 @@ dependencies = [ [[package]] name = "mcp-discovery" -version = "0.1.4" +version = "0.1.5" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index a4e152f..bdfcde2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcp-discovery" -version = "0.1.4" +version = "0.1.5" edition = "2021" repository = "https://github.com/rust-mcp-stack/mcp-discovery" authors = ["Ali Hashemi"] diff --git a/docs/_coverpage.md b/docs/_coverpage.md index f3e8829..f9e53c8 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -4,7 +4,7 @@ -# MCP Discovery (v0.1.4) +# MCP Discovery (v0.1.5) diff --git a/docs/quickstart.md b/docs/quickstart.md index e6b0882..55fee1c 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.4/mcp-discovery-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.5/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.4/mcp-discovery-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.5/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