From 7179d622935073702aca97a8198fd52e3faceaa8 Mon Sep 17 00:00:00 2001 From: zhanghui Date: Fri, 24 Jul 2026 16:32:16 +0800 Subject: [PATCH] chore(release): update EverOS to 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor release: `/api/v2` API prefix (v1 retained as alias) and native OpenTelemetry tracing — both back-compatible, so 1.1.4 -> 1.2.0. - pyproject: version 1.1.4 -> 1.2.0 - CHANGELOG: promote [Unreleased] to [1.2.0] - docs/openapi.json + uv.lock: regenerated for the new version Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 ++ docs/openapi.json | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 761c097e..33192f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0] - 2026-07-24 + ### Added - **`/api/v2` API prefix** — every business endpoint (`memory/*`, `ome/*`, diff --git a/docs/openapi.json b/docs/openapi.json index 86418339..e19ad97e 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "everos", "description": "md-first memory extraction framework", - "version": "1.1.4" + "version": "1.2.0" }, "paths": { "/health": { diff --git a/pyproject.toml b/pyproject.toml index b9693c96..398cf915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "everos" -version = "1.1.4" +version = "1.2.0" description = "EverOS — local-first markdown memory framework for AI agents and user chats; lightweight, dev-friendly, small-team" license = {text = "Apache-2.0"} readme = "README.md" diff --git a/uv.lock b/uv.lock index 94a8541b..f47bf57b 100644 --- a/uv.lock +++ b/uv.lock @@ -560,7 +560,7 @@ wheels = [ [[package]] name = "everos" -version = "1.1.4" +version = "1.2.0" source = { editable = "." } dependencies = [ { name = "aiosqlite" },