From 459ebcdbdba094843fe5339a1a7f7dae4ced2d82 Mon Sep 17 00:00:00 2001 From: Dmitriy Kovalenko Date: Sun, 16 Aug 2026 09:00:23 -0700 Subject: [PATCH] chore: release 0.10.5 --- Cargo.lock | 14 +++++++------- Cargo.toml | 4 ++-- crates/fff-c/Cargo.toml | 6 +++--- crates/fff-core/Cargo.toml | 2 +- crates/fff-grep/Cargo.toml | 2 +- crates/fff-mcp/Cargo.toml | 6 +++--- crates/fff-nvim/Cargo.toml | 6 +++--- crates/fff-python/Cargo.toml | 6 +++--- crates/fff-query-parser/Cargo.toml | 2 +- packages/fff-python/pyproject.toml | 2 +- packages/fff-python/src/fff/__init__.py | 2 +- packages/fff-python/uv.lock | 2 +- 12 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01854d9..de93390 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -633,7 +633,7 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fff-c" -version = "0.10.4" +version = "0.10.5" dependencies = [ "fff-query-parser", "fff-search", @@ -643,7 +643,7 @@ dependencies = [ [[package]] name = "fff-grep" -version = "0.10.4" +version = "0.10.5" dependencies = [ "bstr", "memchr", @@ -651,7 +651,7 @@ dependencies = [ [[package]] name = "fff-mcp" -version = "0.10.4" +version = "0.10.5" dependencies = [ "clap", "fff-query-parser", @@ -684,7 +684,7 @@ dependencies = [ [[package]] name = "fff-nvim" -version = "0.10.4" +version = "0.10.5" dependencies = [ "ahash", "chrono", @@ -705,7 +705,7 @@ dependencies = [ [[package]] name = "fff-python" -version = "0.10.4" +version = "0.10.5" dependencies = [ "fff-query-parser", "fff-search", @@ -715,7 +715,7 @@ dependencies = [ [[package]] name = "fff-query-parser" -version = "0.10.4" +version = "0.10.5" dependencies = [ "criterion", "zlob", @@ -723,7 +723,7 @@ dependencies = [ [[package]] name = "fff-search" -version = "0.10.4" +version = "0.10.5" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index c83510c..99854c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,8 @@ resolver = "2" module_inception = "allow" [workspace.dependencies] -fff-grep = { version = "0.10.4", path = "crates/fff-grep" } -fff-query-parser = { version = "0.10.4", path = "crates/fff-query-parser", default-features = false } +fff-grep = { version = "0.10.5", path = "crates/fff-grep" } +fff-query-parser = { version = "0.10.5", path = "crates/fff-query-parser", default-features = false } # Shared dependencies ahash = "0.8" diff --git a/crates/fff-c/Cargo.toml b/crates/fff-c/Cargo.toml index 03e8396..c4494f8 100644 --- a/crates/fff-c/Cargo.toml +++ b/crates/fff-c/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fff-c" -version = "0.10.4" +version = "0.10.5" edition = "2024" description = "Raw C api of FFF file finder" license = "MIT" @@ -19,6 +19,6 @@ zlob = ["fff/zlob", "fff-query-parser/zlob"] [dependencies] git2.workspace = true -fff = { package = "fff-search", path = "../fff-core", version = "0.10.4", default-features = false } -fff-query-parser = { path = "../fff-query-parser", version = "0.10.4", default-features = false } +fff = { package = "fff-search", path = "../fff-core", version = "0.10.5", default-features = false } +fff-query-parser = { path = "../fff-query-parser", version = "0.10.5", default-features = false } serde_json = "1.0" diff --git a/crates/fff-core/Cargo.toml b/crates/fff-core/Cargo.toml index afaf96d..a436c4e 100644 --- a/crates/fff-core/Cargo.toml +++ b/crates/fff-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fff-search" -version = "0.10.4" +version = "0.10.5" edition = "2024" license = "MIT" authors = ["Dmitriy Kovalenko "] diff --git a/crates/fff-grep/Cargo.toml b/crates/fff-grep/Cargo.toml index 91fa4b1..9034ee9 100644 --- a/crates/fff-grep/Cargo.toml +++ b/crates/fff-grep/Cargo.toml @@ -3,7 +3,7 @@ name = "fff-grep" description = "File grepping logic for fff" license = "MIT" authors = ["Dmitriy Kovalenko "] -version = "0.10.4" +version = "0.10.5" edition = "2024" [lints] diff --git a/crates/fff-mcp/Cargo.toml b/crates/fff-mcp/Cargo.toml index 139a6c9..73522f5 100644 --- a/crates/fff-mcp/Cargo.toml +++ b/crates/fff-mcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fff-mcp" -version = "0.10.4" +version = "0.10.5" edition = "2024" description = "MCP server for FFF file finder - drop-in replacement for AI code assistant search tools" license = "MIT" @@ -19,8 +19,8 @@ ripgrep = ["fff/ripgrep", "fff-query-parser/ripgrep"] zlob = ["fff/zlob", "fff-query-parser/zlob"] [dependencies] -fff = { package = "fff-search", path = "../fff-core", default-features = false , version = "0.10.4", features = ["definitions"] } -fff-query-parser = { path = "../fff-query-parser", default-features = false , version = "0.10.4" } +fff = { package = "fff-search", path = "../fff-core", default-features = false , version = "0.10.5", features = ["definitions"] } +fff-query-parser = { path = "../fff-query-parser", default-features = false , version = "0.10.5" } mimalloc = { workspace = true } rmcp = { version = "1.7.0", features = ["server", "transport-io"] } schemars = "1.0" diff --git a/crates/fff-nvim/Cargo.toml b/crates/fff-nvim/Cargo.toml index 9eeebba..f0c51a2 100644 --- a/crates/fff-nvim/Cargo.toml +++ b/crates/fff-nvim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fff-nvim" -version = "0.10.4" +version = "0.10.5" edition = "2024" [lints] @@ -24,10 +24,10 @@ ahash = { workspace = true } tracing = { workspace = true } # Local crates -fff = { package = "fff-search", path = "../fff-core", version = "0.10.4", default-features = false, features = [ +fff = { package = "fff-search", path = "../fff-core", version = "0.10.5", default-features = false, features = [ "mimalloc-collect", ] } -fff-query-parser = { path = "../fff-query-parser", version = "0.10.4", default-features = false } +fff-query-parser = { path = "../fff-query-parser", version = "0.10.5", default-features = false } chrono = { version = "0.4", features = ["serde"] } ctrlc = "3.4.2" git2 = { workspace = true } diff --git a/crates/fff-python/Cargo.toml b/crates/fff-python/Cargo.toml index cbef950..964786a 100644 --- a/crates/fff-python/Cargo.toml +++ b/crates/fff-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fff-python" -version = "0.10.4" +version = "0.10.5" edition = "2024" [lints] @@ -17,7 +17,7 @@ ripgrep = ["fff/ripgrep", "fff-query-parser/ripgrep"] zlob = ["fff/zlob", "fff-query-parser/zlob"] [dependencies] -fff = { package = "fff-search", path = "../fff-core", version = "0.10.4", default-features = false } -fff-query-parser = { path = "../fff-query-parser", version = "0.10.4", default-features = false } +fff = { package = "fff-search", path = "../fff-core", version = "0.10.5", default-features = false } +fff-query-parser = { path = "../fff-query-parser", version = "0.10.5", default-features = false } git2 = { workspace = true } pyo3 = { version = "0.24.0", features = ["extension-module", "abi3-py310"] } diff --git a/crates/fff-query-parser/Cargo.toml b/crates/fff-query-parser/Cargo.toml index 0f7ee4a..85b709f 100644 --- a/crates/fff-query-parser/Cargo.toml +++ b/crates/fff-query-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fff-query-parser" -version = "0.10.4" +version = "0.10.5" edition = "2024" description = "Query parser for fff file finder - includes specific syntax for various constraints like globs, extensions, regex etc" license = "MIT" diff --git a/packages/fff-python/pyproject.toml b/packages/fff-python/pyproject.toml index 41bca16..95c24ad 100644 --- a/packages/fff-python/pyproject.toml +++ b/packages/fff-python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fff-search" -version = "0.10.4" +version = "0.10.5" description = "Python bindings for FFF (Fast File Finder)" readme = "README.md" license = { text = "MIT" } diff --git a/packages/fff-python/src/fff/__init__.py b/packages/fff-python/src/fff/__init__.py index ed7f723..208935c 100644 --- a/packages/fff-python/src/fff/__init__.py +++ b/packages/fff-python/src/fff/__init__.py @@ -50,7 +50,7 @@ class FileFinder(_FileFinder): return True -__version__ = "0.10.4" +__version__ = "0.10.5" __all__ = [ "FFFException", diff --git a/packages/fff-python/uv.lock b/packages/fff-python/uv.lock index 2cf4a06..c86e6b8 100644 --- a/packages/fff-python/uv.lock +++ b/packages/fff-python/uv.lock @@ -34,7 +34,7 @@ wheels = [ [[package]] name = "fff-search" -version = "0.10.4" +version = "0.10.5" source = { editable = "." } [package.optional-dependencies]