Skip to content
Merged
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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.6.0
2 changes: 1 addition & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/sdk/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion internal/sdk/typescript/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading