Commit26da24abRecorded31 Mar 2026Repositorysigil-git
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
@@ -1,6 +1,6 @@
1
(package 2
name: "sigil-git"−3
version: "0.7.0"+3
version: "0.9.0" 4
description: "Git operations for Sigil tools" 5
url: "https://codeberg.org/sigil/sigil" 6
license: "BSD-3-Clause"