Commit browse files
Message
Changed Files (3)
-
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ec906..4eeb64a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [v0.3.0] - 2026-06-19 + ### Added - Unit and integration tests for search engines (24 unit + 4 integration) - `tagging_enabled` config option (default: `false`) to opt into auto-tagging @@ -18,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ### Documentation - Update README to reflect opt-in auto-tagging + ## [v0.2.3] - 2026-06-19 ### Added -
modified Cargo.lock
diff --git a/Cargo.lock b/Cargo.lock index ca7dc5c..b5d5e28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3445,7 +3445,7 @@ dependencies = [ [[package]] name = "search_hub" -version = "0.2.3" +version = "0.3.0" dependencies = [ "actix-web", "anyhow", -
modified Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml index 45efef7..4205615 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "search_hub" -version = "0.2.3" +version = "0.3.0" edition = "2021" rust-version = "1.88.0"