Commitbfe943bcRecorded31 Mar 2026Repositorysigil-sqlite
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
@@ -5,7 +5,7 @@
5
6
(package 7
name: "sigil-sqlite"−8
version: "0.7.0"+8
version: "0.9.0" 9
description: "SQLite database bindings for Sigil" 10
url: "https://codeberg.org/sigil/sigil" 11
license: "BSD-3-Clause"