From 89482b11cb73307393aba5562873b00d5570bca5 Mon Sep 17 00:00:00 2001 From: codethief Date: Fri, 24 Jul 2026 18:54:15 +0200 Subject: [PATCH] Release v0.5.0 --- 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 d1a867f..9a8f5b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Unreleased + +# 0.5.0 (2026-07-24) + ## Breaking changes - Config: the guest user is now configured as `guestUser: { uid, gid }` (numeric) instead of the `user: ""` string. It must currently be diff --git a/package-lock.json b/package-lock.json index b511f26..72a440e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tuor-sandbox", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tuor-sandbox", - "version": "0.4.0", + "version": "0.5.0", "license": "Apache-2.0", "dependencies": { "@earendil-works/gondolin": "^0.12.0", diff --git a/package.json b/package.json index a98721c..9a7daa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tuor-sandbox", - "version": "0.4.0", + "version": "0.5.0", "author": "codethief ", "repository": { "url": "github:codethief/tuor"