diff --git a/.release-manifest.json b/.release-manifest.json index 5c3c8dd..0b320a4 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac77cd..d6febcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.1...v0.1.2) (2025-04-27) + + +### ⚙️ Miscellaneous Chores + +* Release 0.1.2 ([6f9e3a7](https://github.com/rust-mcp-stack/mcp-discovery/commit/6f9e3a73131ae53def17b6cb253751076374f4eb)) + ## [0.1.1](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.0...v0.1.1) (2025-04-27) diff --git a/Cargo.lock b/Cargo.lock index 842d222..970a9fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -503,7 +503,7 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" [[package]] name = "mcp-discovery" -version = "0.1.1" +version = "0.1.2" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index c0ac444..2626ce9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcp-discovery" -version = "0.1.1" +version = "0.1.2" 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 b228746..89e1804 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -4,7 +4,7 @@ -# MCP Discovery (v0.1.1) +# MCP Discovery (v0.1.2) diff --git a/docs/quickstart.md b/docs/quickstart.md index d092e28..ed2c5fd 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.1/mcp-discovery-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.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.1.1/mcp-discovery-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.2/mcp-discovery-installer.ps1 | iex" ``` @@ -40,78 +40,78 @@ brew install rust-mcp-stack/tap/mcp-discovery