diff --git a/.release-manifest.json b/.release-manifest.json index c3fe2e0..2e8bcfb 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.4" + ".": "0.2.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ed6c407..b12b7e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.5](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.2.4...v0.2.5) (2026-01-03) + + +### 🐛 Bug Fixes + +* Broken md template, update examples ([#32](https://github.com/rust-mcp-stack/mcp-discovery/issues/32)) ([a68fd76](https://github.com/rust-mcp-stack/mcp-discovery/commit/a68fd762c3d31b1fe173d57ebec59e3c028f9c05)) + ## [0.2.4](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.2.3...v0.2.4) (2026-01-03) diff --git a/Cargo.lock b/Cargo.lock index 36aa2d5..080ebc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -560,7 +560,7 @@ dependencies = [ [[package]] name = "mcp-discovery" -version = "0.2.4" +version = "0.2.5" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index afe1dbf..bf0efad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcp-discovery" -version = "0.2.4" +version = "0.2.5" 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 32c22c5..e685830 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.4/mcp-discovery-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.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.2.4/mcp-discovery-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.5/mcp-discovery-installer.ps1 | iex" ``` diff --git a/docs/_coverpage.md b/docs/_coverpage.md index a4e55ca..2d6a9c2 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -4,7 +4,7 @@ -# MCP Discovery (v0.2.4) +# MCP Discovery (v0.2.5) diff --git a/docs/quickstart.md b/docs/quickstart.md index de99412..6ed26cd 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.4/mcp-discovery-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.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.2.4/mcp-discovery-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.5/mcp-discovery-installer.ps1 | iex" ``` @@ -52,78 +52,78 @@ npm i -g @rustmcp/mcp-discovery@latest