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 b3bef20..768e081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.4](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.1.3...v0.1.4) (2025-04-28) + + +### 🚀 Features + +* Update rust-mcp-sdk and outdated dependencies ([cf62128](https://github.com/rust-mcp-stack/rust-mcp-filesystem/commit/cf62128d2845566fc900aaee62f5932f6bda0e72)) +* Update rust-mcp-sdk to latest version ([c59b685](https://github.com/rust-mcp-stack/rust-mcp-filesystem/commit/c59b6854f5df6fd2d98232eff72e9a635cb08bd5)) + ## [0.1.3](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.1.2...v0.1.3) (2025-04-18) diff --git a/Cargo.lock b/Cargo.lock index 68723d6..a1b63c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -777,7 +777,7 @@ dependencies = [ [[package]] name = "rust-mcp-filesystem" -version = "0.1.3" +version = "0.1.4" dependencies = [ "async-trait", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index 95ce9b4..1d99c0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-mcp-filesystem" -version = "0.1.3" +version = "0.1.4" edition = "2021" repository = "https://github.com/rust-mcp-stack/rust-mcp-filesystem" authors = ["Ali Hashemi"] diff --git a/docs/_coverpage.md b/docs/_coverpage.md index e83ca88..8f346e8 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -6,7 +6,7 @@ -# Rust MCP FileSystem (v0.1.3) +# Rust MCP FileSystem (v0.1.4) diff --git a/docs/capabilities.md b/docs/capabilities.md index c933b92..12031b6 100644 --- a/docs/capabilities.md +++ b/docs/capabilities.md @@ -1,7 +1,7 @@ # Capabilities -## rust-mcp-filesystem 0.1.3 +## rust-mcp-filesystem 0.1.4 | 🟢 Tools (14) | 🔴 Prompts | 🔴 Resources | 🔴 Logging | 🔴 Experimental | | --- | --- | --- | --- | --- | ## 🛠️ Tools (14) diff --git a/docs/guide/install.md b/docs/guide/install.md index 6a05af0..84118b5 100644 --- a/docs/guide/install.md +++ b/docs/guide/install.md @@ -7,13 +7,13 @@ ```sh -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.3/rust-mcp-filesystem-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.4/rust-mcp-filesystem-installer.sh | sh ``` #### **PowerShell script** ```sh -powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.3/rust-mcp-filesystem-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.4/rust-mcp-filesystem-installer.ps1 | iex" ``` @@ -38,78 +38,78 @@ brew install rust-mcp-stack/tap/rust-mcp-filesystem