From 23d47ee0e7f8fbf1bfcd6f5d89858758cfe937c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 02:13:45 +0000 Subject: [PATCH] chore: release --- crates/agentflare-artifacts/CHANGELOG.md | 21 +++++++++++++++++++++ crates/caveman/CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 crates/agentflare-artifacts/CHANGELOG.md create mode 100644 crates/caveman/CHANGELOG.md diff --git a/crates/agentflare-artifacts/CHANGELOG.md b/crates/agentflare-artifacts/CHANGELOG.md new file mode 100644 index 00000000..4941e298 --- /dev/null +++ b/crates/agentflare-artifacts/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://github.com/getappz/agentflare/releases/tag/agentflare-artifacts-v0.1.0) - 2026-07-11 + +### Added + +- *(artifacts)* handoff envelope, version diff, git provenance, dedupe, search +- *(artifacts)* version history, CAS updates, md/mermaid rendering, LAN sharing +- *(artifacts)* add agentflare artifacts serve CLI, fix tests +- *(hook)* add SessionEnd hook with engram handoff + +### Fixed + +- *(artifacts)* honor --port flag, error on unavailable port diff --git a/crates/caveman/CHANGELOG.md b/crates/caveman/CHANGELOG.md new file mode 100644 index 00000000..5f4ce8bc --- /dev/null +++ b/crates/caveman/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://github.com/getappz/agentflare/releases/tag/agentflare-caveman-v0.1.0) - 2026-07-11 + +### Other + +- Caveman L1 integration: port markdown compressor to Rust ([#117](https://github.com/getappz/agentflare/pull/117))