Skip to content

Commit e17484b

Browse files
chore: cut v0.10.0
1 parent 20c0c3a commit e17484b

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html) — all `
99

1010
## [Unreleased]
1111

12+
Open roadmap.
13+
14+
---
15+
16+
## [v0.10.0] -- 2026-06-05
17+
1218
**Local / self-hosted Cerefox backend (new deployment mode — "World B").** Run Cerefox
1319
entirely on your own machine — Postgres + pgvector + PostgREST + cerefox-server in one
1420
Docker container — with **no cloud dependency and no Node/Bun on the host**. It reuses

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.11
1+
0.10.0

packages/memory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cerefox/memory",
3-
"version": "0.9.11",
3+
"version": "0.10.0",
44
"description": "Cerefox — user-owned shared memory for AI agents. The local TypeScript runtime: stdio MCP server in v0.4; CLI binary added in v0.5; in-process web server in v0.6; ingestion pipeline in v0.7.",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/fstamatelopoulos/cerefox",

packages/memory/src/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
* **Do not edit this constant by hand.** Run `bun scripts/cut_release.ts
1111
* <new-version>` and let the script bump it.
1212
*/
13-
const PKG_VERSION = "0.9.11";
13+
const PKG_VERSION = "0.10.0";
1414

1515
export { PKG_VERSION };

0 commit comments

Comments
 (0)