diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce34a23..b1d8b84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) · Versioning: ## [Unreleased] -## [0.3.0] — 2026-09-11 +## [0.6.0] — 2026-09-11 + +Versions v0.3.0, v0.4.0 and v0.5.0 were published in May 2026 under the +module path `github.com/hawk/eyrie`. Their tags are gone but the Go module +proxy still serves them, so this release skips to v0.6.0. ### Changed — Shared MiMo auth-retry helper (2026-08-16) - **Deduplicated `doRequestWithMimoAuthRetry`** between the OpenAI and diff --git a/VERSION b/VERSION index 0d91a54c..a918a2aa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.6.0 diff --git a/api/openapi.yaml b/api/openapi.yaml index a007dc8b..5cc266bf 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -2,7 +2,7 @@ openapi: "3.1.0" info: title: Eyrie API description: LLM provider runtime — conversation graph, provider routing, streaming, and caching. - version: "0.3.0" + version: "0.6.0" license: name: MIT url: https://github.com/GrayCodeAI/eyrie/blob/main/LICENSE diff --git a/internal/sdk/python/pyproject.toml b/internal/sdk/python/pyproject.toml index d75beb89..07436389 100644 --- a/internal/sdk/python/pyproject.toml +++ b/internal/sdk/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "eyrie-sdk" -version = "0.3.0" +version = "0.6.0" description = "Eyrie conversation DAG HTTP API client" requires-python = ">=3.10" dependencies = ["httpx"] diff --git a/internal/sdk/typescript/package.json b/internal/sdk/typescript/package.json index d05a6156..4c536a50 100644 --- a/internal/sdk/typescript/package.json +++ b/internal/sdk/typescript/package.json @@ -1,6 +1,6 @@ { "name": "eyrie-sdk", - "version": "0.3.0", + "version": "0.6.0", "description": "Eyrie conversation DAG HTTP API client", "main": "eyrie.ts", "types": "eyrie.ts",