Commit1d37d6b5Recorded26 Apr 2026Repositorysigil-version
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 | 6 +++---
sigil.lock | 9 ---------
2 files changed, 3 insertions(+), 12 deletions(-)Diff
package.sglmodified
@@ -5,12 +5,12 @@
5
6
(package 7
name: "sigil-version"−8
version: "0.13.1"−9
sigil: "^0.13"+8
version: "0.14.0"+9
sigil: "^0.14" 10
description: "Semantic versioning parsing and comparison" 11
url: "https://codeberg.org/sigil/sigil-version" 12
license: "BSD-3-Clause" 13
authors: (list "David Wilson <[email protected]>") 14
15
dependencies: (list−16
(from-git url: "codeberg:sigil/sigil-lang" package: "sigil-stdlib" version: "^0.13.1")))+16
))sigil.lockdeleted
@@ -1,9 +0,0 @@
−1
;; Auto-generated by sigil deps install. Do not edit.−2
(lock−3
(package name: "sigil-stdlib"−4
url: "codeberg:sigil/sigil-lang"−5
ref: "^0.13.1"−6
sha: "a436005a34754522d3c38b608aa892b4f8e13dd3"−7
package-selector: "sigil-stdlib"−8
version: "0.13.1")−9
)