Commit browse files
Message
Changed Files (3)
-
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index 031289d..fb5e699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [0.5.1] - 2026-06-24 + ### Fixed - Server now binds to both IPv4 (127.0.0.1) and IPv6 (::1) localhost addresses, fixing connection issues in browsers that prefer IPv6 (e.g. Zen Browser). + ## [0.5.0] - 2026-06-23 ### Added -
modified Cargo.lock
diff --git a/Cargo.lock b/Cargo.lock index 9a92c1b..240b276 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3528,7 +3528,7 @@ dependencies = [ [[package]] name = "search_hub" -version = "0.5.0" +version = "0.5.1" dependencies = [ "actix-web", "anyhow", -
modified Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml index d03c4f3..1322bf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "search_hub" -version = "0.5.0" +version = "0.5.1" edition = "2021" rust-version = "1.88.0"