Commit browse files
Message
Changed Files (3)
-
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index cad44ed..2896f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [0.4.2] - 2026-06-23 + ### Added - *(none)* @@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ### Changed - *(none)* + ## [0.4.2] - 2026-06-23 ### Fixed -
modified Cargo.lock
diff --git a/Cargo.lock b/Cargo.lock index d99bc74..37c6f29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3528,7 +3528,7 @@ dependencies = [ [[package]] name = "search_hub" -version = "0.4.1" +version = "0.4.2" dependencies = [ "actix-web", "anyhow", -
modified Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml index a2a9ff8..c99317f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "search_hub" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.88.0"