File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 11# pi-enclave
22
3+ ## 0.1.1
4+
5+ ### Patch Changes
6+
7+ - b1506e1: Support bare strings in mounts config for simpler syntax.
8+
9+ Before:
10+
11+ ``` toml
12+ [[mounts ]]
13+ path = " ~/dev/myproject/.jj"
14+
15+ [[mounts ]]
16+ path = " ~/dev/myproject/.git"
17+ ```
18+
19+ After:
20+
21+ ``` toml
22+ mounts = [" ~/dev/myproject/.jj" , " ~/dev/myproject/.git" ]
23+ ```
24+
25+ Object form still works for read-only mounts. Also fixes ASCII chart alignment in README.
26+
327## 0.1.0
428
529### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " pi-enclave" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " VM-isolated sandbox for pi with automatic secret protection · from yapp" ,
55 "author" : " mgabor3141" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments