Commitafd44971Recorded26 Apr 2026Repositorysigil-sqlite
Bump to v0.14.0; require sigil ^0.14
Message
- Bump version field in every package.sgl to 0.14.0 (workspace + members). - Add or upgrade sigil: field to "^0.14". - Drop explicit sigil-stdlib dependency declarations; sigil now auto-derives sigil-stdlib for any package importing (sigil ...) modules.
Coordinated v0.14.0 release across the extracted-repo ecosystem; the sigil monorepo cuts its v0.14.0 binary release after these lib-side bumps land. CI configs (.woodpecker.yml) follow in a separate sweep.
Changed
package.sgl | 5 +++--
sigil.lock | 8 --------
2 files changed, 3 insertions(+), 10 deletions(-)Diff
package.sglmodified
@@ -5,14 +5,15 @@
5
6
(package 7
name: "sigil-sqlite"−8
version: "0.13.1"+8
version: "0.14.0"+9
sigil: "^0.14" 10
description: "SQLite database bindings for Sigil" 11
url: "https://codeberg.org/sigil/sigil-sqlite" 12
license: "BSD-3-Clause" 13
authors: (list "David Wilson <[email protected]>") 14
15
dependencies: (list−15
(from-git url: "codeberg:sigil/sigil" package: "sigil-stdlib" version: "^0.13.1"))+16
) 17
18
;; Native library definition 19
libraries: (listsigil.lockdeleted
@@ -1,8 +0,0 @@
−1
;; Auto-generated by sigil deps install. Do not edit.−2
(lock−3
(package name: "sigil-stdlib"−4
url: "codeberg:sigil/sigil"−5
ref: "^0.13.1"−6
sha: "1aea1cecd3487bf07d071da2c1e7eb3cf4bbdb21"−7
package-selector: "sigil-stdlib")−8
)