Merge pull request #360 from EverMind-AI/chore/release-1.2.0

chore(release): update EverOS to 1.2.0
This commit is contained in:
zhanghui 2026-07-24 18:06:11 +08:00 committed by GitHub
commit 64e0fdc9bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 3 deletions

View File

@ -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/*`,

View File

@ -3,7 +3,7 @@
"info": {
"title": "everos",
"description": "md-first memory extraction framework",
"version": "1.1.4"
"version": "1.2.0"
},
"paths": {
"/health": {

View File

@ -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"

View File

@ -560,7 +560,7 @@ wheels = [
[[package]]
name = "everos"
version = "1.1.4"
version = "1.2.0"
source = { editable = "." }
dependencies = [
{ name = "aiosqlite" },