Commitca23c764Recorded26 Apr 2026Repositorysigil-ansi
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
@@ -4,12 +4,12 @@
4
5
(package 6
name: "sigil-ansi"−7
version: "0.13.1"−8
sigil: "^0.13"+7
version: "0.14.0"+8
sigil: "^0.14" 9
description: "Terminal colors and formatting for Sigil" 10
url: "https://codeberg.org/sigil/sigil-ansi" 11
license: "BSD-3-Clause" 12
authors: (list "David Wilson <[email protected]>") 13
14
dependencies: (list−15
(from-git url: "codeberg:sigil/sigil-lang" package: "sigil-stdlib" version: "^0.13.1")))+15
))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
)