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:
commit
64e0fdc9bb
|
|
@ -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/*`,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"info": {
|
||||
"title": "everos",
|
||||
"description": "md-first memory extraction framework",
|
||||
"version": "1.1.4"
|
||||
"version": "1.2.0"
|
||||
},
|
||||
"paths": {
|
||||
"/health": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue