From 0e57be3bdc119ba093d86667584dca60bebb15e3 Mon Sep 17 00:00:00 2001 From: codethief Date: Thu, 9 Jul 2026 00:41:50 +0200 Subject: [PATCH] Release v0.3.1 --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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"