Commit browse files
Message
Changed Files (3)
-
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aac76e..6af5306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [0.7.0] - 2026-06-26 + ### Added - `tagging` cargo feature (included by default) gating `fastembed`/ONNX Runtime. Build with `--no-default-features` to produce a ~30% smaller binary without semantic auto-tagging. - Second abbaye `cargo` builder with `no_default_features = true` so release page offers both binaries. @@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Pruned `tokio` from `features = ["full"]` to only needed features (`rt-multi-thread`, `macros`, `signal`, `sync`, `time`, `fs`). - Pruned `actix-web` from default features to only `macros` + `compat-routing-macros-force-pub`. + ## [0.6.0] - 2026-06-26 ### Added -
modified Cargo.lock
diff --git a/Cargo.lock b/Cargo.lock index 089fed4..e988f80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3386,7 +3386,7 @@ dependencies = [ [[package]] name = "search_hub" -version = "0.6.0" +version = "0.7.0" dependencies = [ "actix-web", "anyhow", -
modified Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml index ece4c60..1074520 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "search_hub" -version = "0.6.0" +version = "0.7.0" edition = "2021" rust-version = "1.88.0"