Commit browse files
Message
Changed Files (3)
-
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index 74248c0..6a11ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [0.5.0] - 2026-06-23 + ### Added - Bang (`!`) and at-sign (`@`) shortcuts: `!w query` redirects to Wikipedia, `@w query` searches only Wikipedia. Shortcodes auto-generated from configured engines, overridable per-engine or via `[[bangs]]` config. - `shortcode`, `bang_url`, `bang_enabled` per-engine override fields. @@ -14,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Dynamic shortcuts help in the web UI (press `?`). - JSON API returns `{ type: "bang", redirect_url }` for bang queries. + ## [0.4.2] - 2026-06-23 ### Added -
modified Cargo.lock
diff --git a/Cargo.lock b/Cargo.lock index 37c6f29..9a92c1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3528,7 +3528,7 @@ dependencies = [ [[package]] name = "search_hub" -version = "0.4.2" +version = "0.5.0" dependencies = [ "actix-web", "anyhow", -
modified Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml index c99317f..d03c4f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "search_hub" -version = "0.4.2" +version = "0.5.0" edition = "2021" rust-version = "1.88.0"