Commit4cf42755Recorded31 Mar 2026Repositorysigil-format

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
@@ -4,7 +4,7 @@
4
5
(package
6
name: "sigil-format"
7
version: "0.7.0"
+7
version: "0.9.0"
8
description: "String formatting utilities for Sigil"
9
url: "https://codeberg.org/sigil/sigil"
10
license: "BSD-3-Clause"