Skip to content

Commit 43491e8

Browse files
committed
chore(release): v0.3.3
1 parent f504989 commit 43491e8

3 files changed

Lines changed: 24 additions & 10 deletions

File tree

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.3] - 2026-04-22
6+
7+
### 🐛 Bug Fixes
8+
9+
- **cli**: Normalize MCP tool name; MatrixOne-safe srv_user_stats upsert (#192) ([f18069c](https://github.com/matrixorigin/Memoria/commit/f18069c01438ff85594254fd8e912603501fe8e5))
10+
11+
### 🚀 Features
12+
13+
- **memory**: Unify session scope across memory interfaces (#190) ([f504989](https://github.com/matrixorigin/Memoria/commit/f5049897bb37a327ff6c45b9e6d53bf1cab7e0a6))
14+
- Add multi-db pool budget sizing (#191) ([79c1fb0](https://github.com/matrixorigin/Memoria/commit/79c1fb060bfaf25af53d85dc0827d7629c6db6fe))
15+
16+
### 🧪 Testing
17+
18+
- Migrate API and MCP e2e to multi-db (#189) ([b34717d](https://github.com/matrixorigin/Memoria/commit/b34717d770ed58d0caa8d86f4b4247c0ad6c4a3e))
519
## [0.3.2] - 2026-04-17
620

721
### 🐛 Bug Fixes

memoria/Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

memoria/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "0.3.2"
16+
version = "0.3.3"
1717
rust-version = "1.85"
1818

1919
[workspace.dependencies]

0 commit comments

Comments
 (0)