diff --git a/CHANGELOG.md b/CHANGELOG.md index befed5b46..5a278a718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -735,7 +735,7 @@ hunting for the wrong things. Plan §1 goal-4 ("no regression on CLI hot path vs the v0.5.35 baseline") verified end-to-end on the Windows 7-drive reference -box. Current v0.5.104 (post-Phase-8 tiered architecture) is +box. Current v0.5.105 (post-Phase-8 tiered architecture) is **universally faster** than v0.5.35 across every benchmarked pattern, with the largest result set (`*.dll`, 44 529 rows) showing a **2.7× speedup**: @@ -743,7 +743,7 @@ showing a **2.7× speedup**: ``` Drive D, 7.07 M records, 30 rounds, HOT phase, p50 / p95 wall_ms: - v0.5.35 v0.5.104 Δ p50 + v0.5.35 v0.5.105 Δ p50 exact (3 rows) 20 / 23 → 18 / 19 −10 % prefix (8 732) 46 / 50 → 40 / 46 −13 % ext_rare (11) 18 / 20 → 17 / 18 −6 % @@ -919,7 +919,7 @@ log-message renames fail CI before reaching another 24-h soak. 2026-05-13. No new operator-surface features land on `main` until v0.6.0 ships. -## [0.5.104] - 2026-05-08 +## [0.5.105] - 2026-05-08 > **Note on the v0.5.91 gap.** v0.5.91 was prepared and tagged but never > reached a published GitHub Release: the `release.yml` finalize step hit @@ -928,7 +928,7 @@ log-message renames fail CI before reaching another 24-h soak. > partial release was deleted, the tag name became permanently locked by > GitHub's *immutable releases* feature (the pre-receive hook refuses any > future ref creation under that name even after a clean delete). The -> public release sequence therefore jumps `v0.5.90 → v0.5.104`; all +> public release sequence therefore jumps `v0.5.90 → v0.5.105`; all > intended v0.5.91 changes are rolled forward into this release. ### Fixed diff --git a/CITATION.cff b/CITATION.cff index b19e38112..1bfae276c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -37,7 +37,7 @@ license-url: "https://github.com/skyllc-ai/UltraFastFileSearch/blob/main/LICENSE # Keep this in sync with [workspace.package].version in Cargo.toml. # The release pipeline (release-plz / just ship) should bump this automatically # once Pattern 5 in build/update_all_versions.rs is extended to cover CITATION.cff. -version: "0.5.104" +version: "0.5.105" date-released: "2026-05-29" # ── Classification ─────────────────────────────────────────────────────────── diff --git a/Cargo.lock b/Cargo.lock index a6eae3d24..907b07dce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4325,7 +4325,7 @@ checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" [[package]] name = "uffs-broker" -version = "0.5.104" +version = "0.5.105" dependencies = [ "anyhow", "tracing", @@ -4336,14 +4336,14 @@ dependencies = [ [[package]] name = "uffs-broker-protocol" -version = "0.5.104" +version = "0.5.105" dependencies = [ "thiserror 2.0.18", ] [[package]] name = "uffs-ci-pipeline" -version = "0.5.104" +version = "0.5.105" dependencies = [ "anyhow", "chrono", @@ -4360,7 +4360,7 @@ dependencies = [ [[package]] name = "uffs-cli" -version = "0.5.104" +version = "0.5.105" dependencies = [ "anyhow", "assert_cmd", @@ -4375,7 +4375,7 @@ dependencies = [ [[package]] name = "uffs-client" -version = "0.5.104" +version = "0.5.105" dependencies = [ "dirs-next", "libc", @@ -4394,7 +4394,7 @@ dependencies = [ [[package]] name = "uffs-core" -version = "0.5.104" +version = "0.5.105" dependencies = [ "anyhow", "bytemuck", @@ -4425,7 +4425,7 @@ dependencies = [ [[package]] name = "uffs-daemon" -version = "0.5.104" +version = "0.5.105" dependencies = [ "anyhow", "clap", @@ -4456,7 +4456,7 @@ dependencies = [ [[package]] name = "uffs-diag" -version = "0.5.104" +version = "0.5.105" dependencies = [ "anyhow", "chrono", @@ -4469,7 +4469,7 @@ dependencies = [ [[package]] name = "uffs-format" -version = "0.5.104" +version = "0.5.105" dependencies = [ "chrono", "itoa", @@ -4480,7 +4480,7 @@ dependencies = [ [[package]] name = "uffs-gen-hooks" -version = "0.5.104" +version = "0.5.105" dependencies = [ "anyhow", "clap", @@ -4490,7 +4490,7 @@ dependencies = [ [[package]] name = "uffs-gen-workflow" -version = "0.5.104" +version = "0.5.105" dependencies = [ "anyhow", "clap", @@ -4501,7 +4501,7 @@ dependencies = [ [[package]] name = "uffs-manifest-audit" -version = "0.5.104" +version = "0.5.105" dependencies = [ "anyhow", "clap", @@ -4511,7 +4511,7 @@ dependencies = [ [[package]] name = "uffs-mcp" -version = "0.5.104" +version = "0.5.105" dependencies = [ "anyhow", "axum", @@ -4533,7 +4533,7 @@ dependencies = [ [[package]] name = "uffs-mft" -version = "0.5.104" +version = "0.5.105" dependencies = [ "anyhow", "bitflags", @@ -4570,14 +4570,14 @@ dependencies = [ [[package]] name = "uffs-polars" -version = "0.5.104" +version = "0.5.105" dependencies = [ "polars", ] [[package]] name = "uffs-security" -version = "0.5.104" +version = "0.5.105" dependencies = [ "aes-gcm", "dirs-next", @@ -4592,14 +4592,14 @@ dependencies = [ [[package]] name = "uffs-text" -version = "0.5.104" +version = "0.5.105" dependencies = [ "bytemuck", ] [[package]] name = "uffs-time" -version = "0.5.104" +version = "0.5.105" [[package]] name = "unarray" diff --git a/Cargo.toml b/Cargo.toml index 31d154e81..6e08321c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ members = [ # Workspace Package Metadata (inherited by all crates) # ───────────────────────────────────────────────────────────────────────────── [workspace.package] -version = "0.5.104" +version = "0.5.105" edition = "2024" # No `rust-version` claim: the workspace is structurally nightly-only. # `crates/uffs-polars` enables `polars/nightly` unconditionally, which @@ -118,21 +118,21 @@ publish = false # proposed-plan output for 12 days because `release-plz update` # failed at `cargo package` with this very error. See # `release-automation-baseline.md` §10 for the diagnostic trail. -uffs-polars = { path = "crates/uffs-polars", version = "0.5.104" } -uffs-security = { path = "crates/uffs-security", version = "0.5.104" } -uffs-text = { path = "crates/uffs-text", version = "0.5.104" } -uffs-time = { path = "crates/uffs-time", version = "0.5.104" } -uffs-mft = { path = "crates/uffs-mft", version = "0.5.104" } -uffs-format = { path = "crates/uffs-format", version = "0.5.104" } -uffs-core = { path = "crates/uffs-core", version = "0.5.104" } -uffs-client = { path = "crates/uffs-client", version = "0.5.104" } +uffs-polars = { path = "crates/uffs-polars", version = "0.5.105" } +uffs-security = { path = "crates/uffs-security", version = "0.5.105" } +uffs-text = { path = "crates/uffs-text", version = "0.5.105" } +uffs-time = { path = "crates/uffs-time", version = "0.5.105" } +uffs-mft = { path = "crates/uffs-mft", version = "0.5.105" } +uffs-format = { path = "crates/uffs-format", version = "0.5.105" } +uffs-core = { path = "crates/uffs-core", version = "0.5.105" } +uffs-client = { path = "crates/uffs-client", version = "0.5.105" } # `uffs-broker-protocol` carries the wire-protocol types shared between # `uffs-broker` (the elevated handle vendor, Windows-only binary) and # `uffs-daemon::broker_client` (the handle consumer). Pure-logic # Layer-0 lib — cross-platform tests run on every CI lane. Added in # F5 (issue #205) so neither side duplicates `BROKER_PIPE_NAME` / # wire-format byte literals. -uffs-broker-protocol = { path = "crates/uffs-broker-protocol", version = "0.5.104" } +uffs-broker-protocol = { path = "crates/uffs-broker-protocol", version = "0.5.105" } # NOTE: no `uffs-broker` workspace dependency alias on purpose — # `uffs-broker` is a binary-only crate (the only `[lib]` it carries is # this protocol module's now-extracted sibling); no other workspace