From 718589d8efd1d899f1da7526c944261bb32cc1dd Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Wed, 22 Jul 2026 22:58:29 +0530 Subject: [PATCH] chore(release): hawk-core-contracts 0.1.8 Tag the host-port alignment (EventStreamer, ToolCall aliases, llm.proto) as a proper module version so consumers can pin without pseudo-version unshallow issues in CI. --- CHANGELOG.md | 5 +++-- VERSION | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afc4994..867f3b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.8] — 2026-07-22 + ### Fixed -- `VERSION` file now reports `0.1.7` (was left at `0.1.6` after the llm - package release; `version.go` embeds this file). +- `VERSION` file reports `0.1.8` (host-port alignment release). - `llm.ToolCall` / `llm.ToolResult` are type aliases of `tools.ToolCall` / `tools.ToolResult` so the ecosystem has one tool-call vocabulary. - Host-facing `llm` types aligned with the eyrie engine facade: diff --git a/VERSION b/VERSION index 1180819..699c6c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.7 +0.1.8