From 75a1bdeafdbbbe42fb133eef4afe9d79b14b878e Mon Sep 17 00:00:00 2001 From: "pleaeai-bot[bot]" <239696668+pleaeai-bot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 09:33:53 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- Cargo.lock | 2 +- crates/server/CHANGELOG.md | 7 +++++++ crates/server/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fb7d480..4c9fc26 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "crates/server": "0.4.0", + "crates/server": "0.5.0", "apps/web": "0.2.0" } diff --git a/Cargo.lock b/Cargo.lock index 961c09f..24ebfc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1404,7 +1404,7 @@ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" [[package]] name = "local-hub" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "axum 0.8.8", diff --git a/crates/server/CHANGELOG.md b/crates/server/CHANGELOG.md index 65a973c..7ed16bc 100644 --- a/crates/server/CHANGELOG.md +++ b/crates/server/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/pleaseai/local-hub/compare/local-hub-v0.4.0...local-hub-v0.5.0) (2026-03-29) + + +### Features + +* **cache:** entity graph cache with GraphQL support ([#10](https://github.com/pleaseai/local-hub/issues/10)) ([8e3a3d1](https://github.com/pleaseai/local-hub/commit/8e3a3d13ac074d4df61aba4cdbbc8775ff5fa6eb)) + ## [0.4.0](https://github.com/pleaseai/local-hub/compare/local-hub-v0.3.0...local-hub-v0.4.0) (2026-03-28) diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index ca95d3e..bdf1bb5 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-hub" -version = "0.4.0" +version = "0.5.0" edition.workspace = true license.workspace = true repository.workspace = true