diff --git a/.release-manifest.json b/.release-manifest.json index 28da760..e5e2f3f 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.6" + ".": "0.1.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index dd70b94..70fff4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.7](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.6...v0.1.7) (2025-05-01) + + +### 🐛 Bug Fixes + +* Update crate metadata ([4d326fe](https://github.com/rust-mcp-stack/mcp-discovery/commit/4d326feb9e0acb0b42612812242dcf35344ef104)) + ## [0.1.6](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.5...v0.1.6) (2025-05-01) diff --git a/Cargo.lock b/Cargo.lock index c894207..dd3bfe3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,7 +518,7 @@ dependencies = [ [[package]] name = "mcp-discovery" -version = "0.1.6" +version = "0.1.7" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index cab4765..bcbc4c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcp-discovery" -version = "0.1.6" +version = "0.1.7" 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 28db5cc..8a3a986 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -4,7 +4,7 @@ -# MCP Discovery (v0.1.6) +# MCP Discovery (v0.1.7) diff --git a/docs/quickstart.md b/docs/quickstart.md index 642df91..f5741a4 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.6/mcp-discovery-installer.sh | 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 ``` #### **PowerShell script** ```sh -powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.6/mcp-discovery-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.7/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