1 parent 6a6ce1a commit d310d1bCopy full SHA for d310d1b
2 files changed
CHANGELOG.md
@@ -1,6 +1,16 @@
1
# Changelog
2
3
-<!-- last-commit: 5fab693 -->
+<!-- last-commit: 6a6ce1a -->
4
+
5
+## v0.1.1 - 2026-04-08
6
7
+| Commit | Description |
8
+|--------|-------------|
9
+| `6a6ce1a` | feat: file tools |
10
+| `744cfda` | feat: tool system |
11
+| `53e3f38` | docs: Completion of design documentation |
12
+| `1ff1bf8` | update CHANGELOG.md |
13
14
15
## v0.1.0 - 2026-04-08
16
@@ -12,5 +22,3 @@
22
| `521166c` | feat: support bash install |
23
| `ee87d41` | feat: github action config |
24
| `1ebd613` | feat: basic chat |
-
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "localcoder"
-version = "0.1.0"
+version = "0.1.1"
edition = "2024"
[dependencies]
0 commit comments