From b3596dbf8958ecd351061dfd64b45935d5d88c3d Mon Sep 17 00:00:00 2001 From: Ali Hashemi <14126952+hashemix@users.noreply.github.com> Date: Fri, 9 May 2025 17:36:18 -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 fc5d2cf..a166caa 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.8" + ".": "0.1.9" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7719c38..c9c3163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.9](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.8...v0.1.9) (2025-05-09) + + +### 🚀 Features + +* Add support for advanced JSON Schema types such as anyOf and allOf, oneOf ([#16](https://github.com/rust-mcp-stack/mcp-discovery/issues/16)) ([adb8787](https://github.com/rust-mcp-stack/mcp-discovery/commit/adb87875c3f3340021ca88ffe94e930b3c2f4248)) + ## [0.1.8](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.7...v0.1.8) (2025-05-01) diff --git a/Cargo.lock b/Cargo.lock index c9ab69a..8ae0aa8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,7 +518,7 @@ dependencies = [ [[package]] name = "mcp-discovery" -version = "0.1.8" +version = "0.1.9" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0b5daa0..ad5d3b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcp-discovery" -version = "0.1.8" +version = "0.1.9" 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 2838c9f..3ec7103 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -4,7 +4,7 @@ -# MCP Discovery (v0.1.8) +# MCP Discovery (v0.1.9) diff --git a/docs/quickstart.md b/docs/quickstart.md index 51591c9..e935b1b 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.8/mcp-discovery-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.9/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.8/mcp-discovery-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.9/mcp-discovery-installer.ps1 | iex" ``` @@ -46,78 +46,78 @@ cargo install mcp-discovery --locked