Skip to content

Commit 59d385b

Browse files
committed
release: prepare v0.2.3
1 parent 0e34bee commit 59d385b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable public changes to MemoryOS are documented here.
44

5+
## [0.2.3] - 2026-07-27
6+
7+
### Fixed
8+
9+
- Read-only duplicate lookup errors no longer prevent session learning from reaching the pending fallback.
10+
- In a sandbox or readonly memory home, `memory learn --from-session` now creates `.memoryos_pending/*.json` and exits successfully when that fallback is saved.
11+
512
## [0.2.2] - 2026-07-27
613

714
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "memoryos-local"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "Local-first engineering memory for coding agents and developers."
55
requires-python = ">=3.9"
66
dependencies = []

0 commit comments

Comments
 (0)