Commit browse files
Message
Changed Files (3)
-
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d5bc5..8be4d23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [0.4.1] - 2026-06-22 + ### Fixed - Progress bar no longer overshoots total during import (separate bar for fetch+tag pass) - Stack overflow in inner tokio runtime replaced with current-thread runtime + enabled timers - Mutex poison resilience in Fetcher's `save_cache` and `fetch_async` + ## [0.4.0] - 2026-06-21 ### Added -
modified Cargo.lock
diff --git a/Cargo.lock b/Cargo.lock index d375d7e..d99bc74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3528,7 +3528,7 @@ dependencies = [ [[package]] name = "search_hub" -version = "0.4.0" +version = "0.4.1" dependencies = [ "actix-web", "anyhow", -
modified Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml index 145505e..a2a9ff8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "search_hub" -version = "0.4.0" +version = "0.4.1" edition = "2021" rust-version = "1.88.0"