We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb6031 commit 9c52bd4Copy full SHA for 9c52bd4
2 files changed
CHANGELOG.md
@@ -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
20
## [0.4.0] - 2026-02-27
21
22
### Fixed
package.json
@@ -1,6 +1,6 @@
{
"name": "smriti",
- "version": "0.4.0",
+ "version": "0.5.0",
"description": "Smriti - Unified memory layer across all AI agents",
"type": "module",
"bin": {
0 commit comments