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 b8f7f37..28734b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.9](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.1.8...v0.1.9) (2025-05-29) + + +### 🐛 Bug Fixes + +* File edit operation by adding bounds check ([#20](https://github.com/rust-mcp-stack/rust-mcp-filesystem/issues/20)) ([4fedd50](https://github.com/rust-mcp-stack/rust-mcp-filesystem/commit/4fedd5090e3204aee8f9dff9442953b8d2993616)) + ## [0.1.8](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.1.7...v0.1.8) (2025-05-25) diff --git a/Cargo.lock b/Cargo.lock index 3b8060a..a1a0de4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -822,7 +822,7 @@ dependencies = [ [[package]] name = "rust-mcp-filesystem" -version = "0.1.8" +version = "0.1.9" dependencies = [ "async-trait", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index eee5a6f..e3bde76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-mcp-filesystem" -version = "0.1.8" +version = "0.1.9" 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 0ee33c6..01b5822 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -6,7 +6,7 @@ -# Rust MCP FileSystem (v0.1.8) +# Rust MCP FileSystem (v0.1.9) diff --git a/docs/capabilities.md b/docs/capabilities.md index 0d922b8..1a893de 100644 --- a/docs/capabilities.md +++ b/docs/capabilities.md @@ -1,7 +1,7 @@ # Capabilities -## rust-mcp-filesystem 0.1.8 +## rust-mcp-filesystem 0.1.9 | 🟢 Tools (14) | 🔴 Prompts | 🔴 Resources | 🔴 Logging | 🔴 Experimental | | --- | --- | --- | --- | --- | ## 🛠️ Tools (14) diff --git a/docs/guide/install.md b/docs/guide/install.md index 3f365a6..eca2970 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.8/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.9/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.8/rust-mcp-filesystem-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.9/rust-mcp-filesystem-installer.ps1 | iex" ``` @@ -38,78 +38,78 @@ brew install rust-mcp-stack/tap/rust-mcp-filesystem