Skip to content

Commit 5aed9b3

Browse files
chore: cut v0.11.1
1 parent 4d2c417 commit 5aed9b3

5 files changed

Lines changed: 10 additions & 4 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.11.1] -- 2026-06-13
17+
1218
### Fixed
1319

1420
- **Content updates no longer wipe a document's metadata.** Every transport defaulted

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.11.1

_shared/ef-meta/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* doesn't touch `supabase/functions/` leaves it alone).
1919
*/
2020

21-
export const EF_VERSION = "0.11.0";
21+
export const EF_VERSION = "0.11.1";
2222

2323
/**
2424
* The 8 peer EFs the cerefox-mcp aggregator probes (excludes cerefox-mcp

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.11.0",
3+
"version": "0.11.1",
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.11.0";
13+
const PKG_VERSION = "0.11.1";
1414

1515
export { PKG_VERSION };

0 commit comments

Comments
 (0)