From ca98af6a9c46a989aff6c904742141a1d7833fc1 Mon Sep 17 00:00:00 2001 From: codethief Date: Mon, 3 Aug 2026 20:02:08 +0200 Subject: [PATCH] Release v0.5.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 0d8de03..5126857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Unreleased + +# 0.5.1 (2026-08-03) + ## Bug fixes - Config: When loading ignore files for a mounted directory, don't descend into the Tuor state dir if it is reachable under a symlink within the mounted diff --git a/package-lock.json b/package-lock.json index 068a7bb..406c25c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tuor-sandbox", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tuor-sandbox", - "version": "0.5.0", + "version": "0.5.1", "license": "Apache-2.0", "dependencies": { "@earendil-works/gondolin": "^0.12.0", diff --git a/package.json b/package.json index 9a7daa0..6c0f3e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tuor-sandbox", - "version": "0.5.0", + "version": "0.5.1", "author": "codethief ", "repository": { "url": "github:codethief/tuor"