From ff84c35bb1faa274845b0db9ed7a6199789c360e Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Wed, 22 Jul 2026 11:40:52 +0530 Subject: [PATCH] chore: add v0.1.7 changelog entry for llm/ package --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e11d1a..42c9bc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.7] — 2026-07-22 + +### Added + +- `llm/` package: shared LLM provider contract types (`provider.go`, + `types.go`) ported from the engine surface, consumable by downstream + repos (e.g. `eyrie`) without a local replace directive. + ## [0.1.6] — 2026-07-16 ### Added