Skip to content

Commit 9c52bd4

Browse files
committed
release: v0.5.0 — share pipeline v2, cost estimation, docs overhaul
1 parent 6eb6031 commit 9c52bd4

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [0.5.0] - 2026-03-09
2+
3+
### Added
4+
5+
- feat(team): harden share pipeline — Ollama client, helper extraction, segmented sync
6+
- feat(db): model-aware cost estimation and sidecar cleanup (#48)
7+
8+
### Fixed
9+
10+
- fix(share): harden 3-stage pipeline and add demo script
11+
12+
### Documentation
13+
14+
- docs: reorganize documentation structure and improve narrative (#46)
15+
- docs: overhaul documentation structure and tone (#43)
16+
- chore: clean up project root (#45)
17+
18+
---
19+
120
## [0.4.0] - 2026-02-27
221

322
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smriti",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Smriti - Unified memory layer across all AI agents",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)