diff --git a/.release-manifest.json b/.release-manifest.json index 366cc96..7d8cb3b 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.1.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7247cf6..8e5a033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.1.4](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.3...v0.1.4) (2025-04-30) + + +### 🚀 Features + +* Add tracing and logging option ([#8](https://github.com/rust-mcp-stack/mcp-discovery/issues/8)) ([39701f4](https://github.com/rust-mcp-stack/mcp-discovery/commit/39701f46b660d6c310906bf08f655e9928d5ed89)) +* Improve builting templates ([86d2062](https://github.com/rust-mcp-stack/mcp-discovery/commit/86d2062abcafd6821cde1f507499c185000fd290)) +* Improve templates with new handlebars helper ([#9](https://github.com/rust-mcp-stack/mcp-discovery/issues/9)) ([c81e85a](https://github.com/rust-mcp-stack/mcp-discovery/commit/c81e85aa5a7def42e6ffcea7ddfd4b1500b91b36)) + + +### 🐛 Bug Fixes + +* Listing resource templates error when not supported ([#7](https://github.com/rust-mcp-stack/mcp-discovery/issues/7)) ([38c1b25](https://github.com/rust-mcp-stack/mcp-discovery/commit/38c1b259c2268566b05c5ebc92b2f60d1c36ea6e)) + + +### 📚 Documentation + +* Update documentation ([29a12b7](https://github.com/rust-mcp-stack/mcp-discovery/commit/29a12b7b08b5b2789857f9e0529b12b527271766)) + ## [0.1.3](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.2...v0.1.3) (2025-04-28) diff --git a/Cargo.lock b/Cargo.lock index b2591b6..5f05d0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,7 +518,7 @@ dependencies = [ [[package]] name = "mcp-discovery" -version = "0.1.3" +version = "0.1.4" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index dbafb8a..119df52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcp-discovery" -version = "0.1.3" +version = "0.1.4" 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 8c847e7..6c33074 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -4,7 +4,7 @@ -# MCP Discovery (v0.1.3) +# MCP Discovery (v0.1.4) diff --git a/docs/quickstart.md b/docs/quickstart.md index bb935de..e97d86b 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.3/mcp-discovery-installer.sh | 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 ``` #### **PowerShell script** ```sh -powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.3/mcp-discovery-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.4/mcp-discovery-installer.ps1 | iex" ``` @@ -40,78 +40,78 @@ brew install rust-mcp-stack/tap/mcp-discovery