Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <quentin@meilisearch.com>"]
Expand Down