Commit browse files
Message
Changed Files (3)
-
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index ae1988d..a4cf351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [0.5.2] - 2026-06-24 + ### Fixed - Removed nested Tokio runtime in `run_external_engines` to fix "Cannot start a runtime from within a runtime" panic on search. @@ -17,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Made `SearchApiResponse` fields public and added `Deserialize` for test use. - Added `SearchApiResult::title()` convenience method. + ## [0.5.1] - 2026-06-24 ### Fixed -
modified Cargo.lock
diff --git a/Cargo.lock b/Cargo.lock index 240b276..1884c2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3528,7 +3528,7 @@ dependencies = [ [[package]] name = "search_hub" -version = "0.5.1" +version = "0.5.2" dependencies = [ "actix-web", "anyhow", -
modified Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml index 1322bf1..0f8462b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "search_hub" -version = "0.5.1" +version = "0.5.2" edition = "2021" rust-version = "1.88.0"