Skip to content

Commit 47be441

Browse files
committed
chore(release): v0.3.1
1 parent 07c0e7f commit 47be441

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.1] - 2026-04-16
6+
7+
### ⚡ Performance
8+
9+
- **storage**: Harden multi-db pools and speed legacy migration (#180) ([3a1c7a2](https://github.com/matrixorigin/Memoria/commit/3a1c7a2ecfbc6e2924d0baed7ceb34d9f14082be))
10+
11+
### 🐛 Bug Fixes
12+
13+
- **memory**: Enforce strict session retrieval semantics (#185) ([1f99f39](https://github.com/matrixorigin/Memoria/commit/1f99f396c345edd8fb0bd076334e2462aa078510))
14+
15+
### 🚀 Features
16+
17+
- **memory**: Add session-scoped purge (#186) ([07c0e7f](https://github.com/matrixorigin/Memoria/commit/07c0e7fae0aa2d4063b15362709a2986a8a2ab7d))
18+
- Add ops metrics (#177) ([897d6d5](https://github.com/matrixorigin/Memoria/commit/897d6d5475351a8f8ec4636fc714190bd1fb6808))
519
## [0.3.0] - 2026-04-13
620

721
### ⚡ Performance

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.0"
16+
version = "0.3.1"
1717
rust-version = "1.85"
1818

1919
[workspace.dependencies]

0 commit comments

Comments
 (0)