Skip to content

Commit c3b4902

Browse files
Version Packages (#21)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b1506e1 commit c3b4902

3 files changed

Lines changed: 25 additions & 22 deletions

File tree

.changeset/mount-bare-strings.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/enclave/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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

packages/enclave/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)