diff --git a/.release-manifest.json b/.release-manifest.json index aeb81d6..efbac89 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.7" + ".": "0.3.8" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 392076a..521f6d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.8](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.3.7...v0.3.8) (2025-10-31) + + +### ⚙️ Miscellaneous Chores + +* Release 0.3.8 ([38f2919](https://github.com/rust-mcp-stack/rust-mcp-filesystem/commit/38f29190b167bc36de4f33edae3bd63f61567aa7)) +* Release 0.3.8 ([9030cbb](https://github.com/rust-mcp-stack/rust-mcp-filesystem/commit/9030cbbabca1bca1992a93a63a9d01b367e0d83e)) + ## [0.3.7](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.3.6...v0.3.7) (2025-10-31) diff --git a/Cargo.lock b/Cargo.lock index 7b48df2..8c78bd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1028,7 +1028,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "rust-mcp-filesystem" -version = "0.3.7" +version = "0.3.8" dependencies = [ "async-trait", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index d44a7e8..16d121d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-mcp-filesystem" -version = "0.3.7" +version = "0.3.8" edition = "2024" repository = "https://github.com/rust-mcp-stack/rust-mcp-filesystem" authors = ["Ali Hashemi"] diff --git a/README.md b/README.md index 4802ea8..2046d0d 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,12 @@ For detailed setup instructions, please visit the [project documentation](https: - **Shell script** ```sh -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.7/rust-mcp-filesystem-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.8/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.3.7/rust-mcp-filesystem-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.8/rust-mcp-filesystem-installer.ps1 | iex" ``` - **Homebrew** @@ -61,7 +61,7 @@ npm i -g @rustmcp/rust-mcp-filesystem@latest - **Download Binaries** - https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/tag/v0.3.7 + https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/tag/v0.3.8 diff --git a/docs/README.md b/docs/README.md index 2865a2f..88975cf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,13 +24,13 @@ Refer to the [quickstart](quickstart.md) guide for installation and configuratio ```sh -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.7/rust-mcp-filesystem-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.8/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.3.7/rust-mcp-filesystem-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.8/rust-mcp-filesystem-installer.ps1 | iex" ``` ##### **Homebrew** @@ -52,7 +52,7 @@ npm i -g @rustmcp/rust-mcp-filesystem@latest ##### **Download Binaries** -https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/tag/v0.3.7 +https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/tag/v0.3.8 diff --git a/docs/_coverpage.md b/docs/_coverpage.md index cd20900..52eb479 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -6,7 +6,7 @@ -# Rust MCP FileSystem (v0.3.7) +# Rust MCP FileSystem (v0.3.8) diff --git a/docs/capabilities.md b/docs/capabilities.md index 8436d9e..ede3c25 100644 --- a/docs/capabilities.md +++ b/docs/capabilities.md @@ -1,7 +1,7 @@ # Capabilities -## rust-mcp-filesystem 0.3.7 +## rust-mcp-filesystem 0.3.8 | 🟢 Tools (24) | 🔴 Prompts | 🔴 Resources | 🔴 Logging | 🔴 Completions | 🔴 Experimental | | --- | --- | --- | --- | --- | --- | diff --git a/docs/guide/install.md b/docs/guide/install.md index 36b1cd8..2d91839 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.3.7/rust-mcp-filesystem-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.8/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.3.7/rust-mcp-filesystem-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.8/rust-mcp-filesystem-installer.ps1 | iex" ``` @@ -38,78 +38,78 @@ brew install rust-mcp-stack/tap/rust-mcp-filesystem