diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8aa2f..9cd3515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.4.0](https://github.com/qdequele/memd/compare/v0.3.0...v0.4.0) (2026-07-16) + + +### Features + +* **agents:** ship memd skills + a self-healing SessionStart hook ([c7aefb3](https://github.com/qdequele/memd/commit/c7aefb3cdd4e9f9d30a74ec6554a450da4498640)) +* **agents:** ship memd skills + a self-healing SessionStart hook ([1159449](https://github.com/qdequele/memd/commit/11594495e828381f7dcf1a39f632482cb3ea0f12)) + + +### Bug Fixes + +* **daemon:** bound the log, quiet the engine, and self-heal a wedged Meilisearch ([aefe290](https://github.com/qdequele/memd/commit/aefe290e96353ce736401220a1bc3b4bd3920654)) +* **daemon:** bound the log, silence per-request engine noise, self-heal a wedged engine ([9673d8f](https://github.com/qdequele/memd/commit/9673d8fd2e11e154f4d5d6102165ce052ef6c546)) + ## [0.3.0](https://github.com/qdequele/memd/compare/v0.2.0...v0.3.0) (2026-06-16) diff --git a/Cargo.lock b/Cargo.lock index b6fe641..5a1b8b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -956,7 +956,7 @@ checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" [[package]] name = "memd" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index a60c24d..2ca7373 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memd" -version = "0.3.0" +version = "0.4.0" edition = "2024" description = "Universal local memory daemon for LLMs, backed by Meilisearch" authors = ["Quentin de Quelen "]