Compare commits

...

3 Commits

Author SHA1 Message Date
Eric Coissac f32b29db4f Release 4.4.33 2026-04-13 14:29:18 +02:00
Eric Coissac 10f49fe64b 📝 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.
2026-04-13 14:29:16 +02:00
coissac d257917748 Merge pull request #106 from metabarcoding/push-qoqotlnktvls
Push qoqotlnktvls
2026-04-13 14:08:42 +02:00
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -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:
//
+1 -1
View File
@@ -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.
//
+1 -1
View File
@@ -1 +1 @@
4.4.32
4.4.33