From e6e4e3805bf80d4bf40b27a8518fe780f2a44200 Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Mon, 18 May 2026 21:24:11 +0200 Subject: [PATCH] =?UTF-8?q?fix(vagrant):=20bump=20version=200.3.0=E2=86=92?= =?UTF-8?q?0.4.0=20+=20puppet=20dep=200.3.3=E2=86=920.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Iteration-3 implemented Subterrain control model but forgot to bump the consumer manifest. Engine lib-resolver does exact strcmp so '0.3.3' fails against published 0.4.0 → ENGINE_ERR_LIB_DEP_MISSING FATAL at module load. Recurring pattern (cf. feedback_sporel_dep_versions memory) — every lib-bump must update all consumer manifests in the same commit-set. --- manifest.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.module b/manifest.module index d86257b..cf99157 100644 --- a/manifest.module +++ b/manifest.module @@ -1,6 +1,6 @@ { "id": "vagrant-skeleton", - "version": "0.3.0", + "version": "0.4.0", "kind": "module", "api": "^0.1", "ci_frames": 60, @@ -15,7 +15,7 @@ {"id": "lib-core.camera", "version": "0.3.0"}, {"id": "lib-core.render", "version": "0.1.0"}, {"id": "lib-core.maps", "version": "0.1.2"}, - {"id": "lib-core.puppet", "version": "0.3.3"}, + {"id": "lib-core.puppet", "version": "0.4.0"}, {"id": "lib-asset.prototype-subterrain", "version": "0.1.1"} ] }