diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f51ea..5493aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Unreleased + +# 0.3.1 (2026-07-08) + ## Bug fixes - Config: a child config layer (e.g. a project `.tuor/config.json`) that didn't set `workdir` or `user` silently reset the value inherited from an upper layer diff --git a/package-lock.json b/package-lock.json index be92c02..1021d21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tuor-sandbox", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tuor-sandbox", - "version": "0.3.0", + "version": "0.3.1", "license": "Apache-2.0", "dependencies": { "@earendil-works/gondolin": "^0.12.0", diff --git a/package.json b/package.json index 0986be6..09ff176 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tuor-sandbox", - "version": "0.3.0", + "version": "0.3.1", "author": "codethief ", "repository": { "url": "github:codethief/tuor"