Skip to content

Commit 88c25b5

Browse files
authored
Merge #15: Release v0.2.0
2 parents e889bd6 + 4ae274a commit 88c25b5

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Unreleased
22

3+
4+
# 0.2.0 (2026-06-22)
5+
36
## Features
4-
- Config: interpolate host environment variables (`$VAR` / `${VAR}`, `$$` for a
7+
- Config: Interpolate host environment variables (`$VAR` / `${VAR}`, `$$` for a
58
literal `$`) into any config string value. Enables e.g. mounting `$PWD`.
6-
- Config: simplified the `env` schema. Removed `fromHost`; an env var is now a
9+
- Config: Simplified the `env` schema. Removed `fromHost`; an env var is now a
710
literal string (`$VAR`-interpolated) or an object
811
`{ value?, secret?, injectForHosts? }`, where an omitted `value` reads the
912
host var named like the key. Secrets use `injectForHosts` (was `hosts`).
13+
- Config: Expose QEMU settings as config options.
14+
- Add `/docs` folder with preliminary documentation.
1015

1116

1217
## Bug fixes
@@ -17,6 +22,12 @@
1722
(`.tuor/.state`), which holds internal overlay data rather than user content.
1823
Persisted overlays can contain dangling symlinks there, so this is also what
1924
triggered the crash above on subsequent starts. The state dir is now skipped.
25+
- Bump undici version to fix upstream CVE.
26+
27+
28+
## Internal
29+
- Release automation: Add `prepare-release.ts` and set up GitHub Actions
30+
workflow to release & publish.
2031

2132

2233
# 0.1.0 (2026-06-15)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tuor-sandbox",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"author": "codethief <git@codethief.eu>",
55
"license": "Apache-2.0",
66
"type": "module",

0 commit comments

Comments
 (0)