Commitd15c8a6cRecorded31 Mar 2026Repositorysigil-repl

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
@@ -6,7 +6,7 @@
6
7
(package
8
name: "sigil-repl"
9
version: "0.7.0"
+9
version: "0.9.0"
10
description: "Interactive REPL for Sigil"
11
url: "https://codeberg.org/sigil/sigil"
12
license: "BSD-3-Clause"