Commit browse files
Message
Changed Files (3)
-
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b8612..f52b235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [0.4.0] - 2026-06-21 + ### Added - `self-update` CLI command: checks abbaye Atom feed for new releases, downloads and replaces the binary - `contrib/search-hub-self-update.{service,timer}` for weekly automated updates @@ -26,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ### Changed (CLI) - `release.sh` builds container image with `buildah` as part of release process + ## [0.3.0] - 2026-06-19 ### Added -
modified Cargo.lock
diff --git a/Cargo.lock b/Cargo.lock index aaa1497..d375d7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3528,7 +3528,7 @@ dependencies = [ [[package]] name = "search_hub" -version = "0.3.0" +version = "0.4.0" dependencies = [ "actix-web", "anyhow", -
modified Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml index 62b6eb8..145505e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "search_hub" -version = "0.3.0" +version = "0.4.0" edition = "2021" rust-version = "1.88.0"