Skip to content

Commit 5cd430f

Browse files
committed
chore(release): v0.2.1
1 parent 1e5a5f3 commit 5cd430f

3 files changed

Lines changed: 26 additions & 9 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.2.1] - 2026-03-19
6+
7+
### 🏗️ Build
8+
9+
- **ci**: Switch Linux release binaries to musl static linking (#56) ([b651cd1](https://github.com/matrixorigin/Memoria/commit/b651cd1abed188bca6b701e12be17000d8a35183))
10+
11+
### 📚 Documentation
12+
13+
- **openclaw**: Simplify install path and clarify success checks (#57) ([1e5a5f3](https://github.com/matrixorigin/Memoria/commit/1e5a5f3d350ccb26af3362da11533e97ea61823e))
14+
15+
### 🚀 Features
16+
17+
- More skills (#55) ([f62d777](https://github.com/matrixorigin/Memoria/commit/f62d777586e201956f5a86a89b15a476a0873561))
18+
19+
### 🧪 Testing
20+
21+
- Add session consistency test (#54) ([27bf9f8](https://github.com/matrixorigin/Memoria/commit/27bf9f89f5ac52eb6056c72fa0f30754a719cd9d))
522
## [0.2.0-rc] - 2026-03-19
623

724
### 🐛 Bug Fixes

memoria/Cargo.lock

Lines changed: 8 additions & 8 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
@@ -12,7 +12,7 @@ members = [
1212
]
1313

1414
[workspace.package]
15-
version = "0.2.0"
15+
version = "0.2.1"
1616
rust-version = "1.85"
1717

1818
[workspace.dependencies]

0 commit comments

Comments
 (0)