From f1c87ba9a211346a991051a32848298c760169e4 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 4 Mar 2026 14:47:20 +0100 Subject: [PATCH] Bugfixes: back-port fixes for issues #c1368 and #1371 --- CHANGELOG.md | 2 ++ build | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c383b6d..d040ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ ## Version 2.0.5 ### modulecmd +* Bugfixes: cherry-pick fixes for issues #1368 and #1371 + (#1375) ## Version 2.0.4 diff --git a/build b/build index bfa7b75..9d24215 100755 --- a/build +++ b/build @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -declare -rx VERSION='2.0.4' +declare -rx VERSION='2.0.5' declare -rx BASH5_VERSION='5.3' declare -rx TCL_VERSION='8.6.16' declare -rx TCLLIB_VERSION='1.21'