Commit7e321c44Recorded31 Mar 2026Repositorysigil-tls
Sigil 0.9.0 — Lean core, ecosystem split, Zig everywhere
Message
Bump all packages to 0.9.0. Monorepo shrinks from 39 to 26 packages as libraries move to independent repos. Standard library streamlined for AI-native development. Zig replaces GCC as default compiler. Emscripten replaced by Zig + WASI for WebAssembly.
Changed
package.sgl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)Diff
package.sglmodified
@@ -9,7 +9,7 @@
9
10
(package 11
name: "sigil-tls"−12
version: "0.7.0"+12
version: "0.9.0" 13
description: "TLS/SSL connections for Sigil" 14
url: "https://codeberg.org/sigil/sigil" 15
license: "BSD-3-Clause"