From 10f49fe64bb9516315c0de801e53d0f508a89759 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 13 Apr 2026 14:29:08 +0200 Subject: [PATCH 1/2] :memo: Clarify RegisterHTTP global registration intent // // Registers the http module in Lua state as a global, // aligning with obicontext and BioSequence conventions. The change ensures consistent module exposure across Lua environments. --- pkg/obilua/luahttp.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/obilua/luahttp.go b/pkg/obilua/luahttp.go index 5e85068..07d80e6 100644 --- a/pkg/obilua/luahttp.go +++ b/pkg/obilua/luahttp.go @@ -15,7 +15,8 @@ var _httpClient = &http.Client{ Timeout: httpClientTimeout, } -// RegisterHTTP registers the http module in the Lua state. +// RegisterHTTP registers the http module in the Lua state as a global, +// consistent with obicontext and BioSequence. // // Exposes: // From f32b29db4f0236ffee8eba5a0b4e72d6bbbd9360 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 13 Apr 2026 14:29:18 +0200 Subject: [PATCH 2/2] Release 4.4.33 --- pkg/obioptions/version.go | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/obioptions/version.go b/pkg/obioptions/version.go index 122a9b4..31199eb 100644 --- a/pkg/obioptions/version.go +++ b/pkg/obioptions/version.go @@ -3,7 +3,7 @@ package obioptions // Version is automatically updated by the Makefile from version.txt // The patch number (third digit) is incremented on each push to the repository -var _Version = "Release 4.4.32" +var _Version = "Release 4.4.33" // Version returns the version of the obitools package. // diff --git a/version.txt b/version.txt index d5fc18f..1cfc545 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.4.32 +4.4.33