Commit56e4fc5aRecorded6 May 2026Repositorysigil-log
Bump sigil-log to Sigil 0.16
Message
Update the package version, Sigil compatibility range, and sigil-json dependency range for the 0.16 ecosystem alignment.
Verification:
- /tmp/sigil-t-e6e9/build/dev/bin/sigil deps install --redirects /tmp/apiary-016-redirects.sgl
- /tmp/sigil-t-e6e9/build/dev/bin/sigil build --redirects /tmp/apiary-016-redirects.sgl
- /tmp/sigil-t-e6e9/build/dev/bin/sigil test
Changed
package.sgl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)Diff
package.sglmodified
@@ -5,12 +5,12 @@
5
6
(package 7
name: "sigil-log"−8
version: "0.14.1"−9
sigil: "^0.15"+8
version: "0.16.0"+9
sigil: "^0.16" 10
description: "Structured logging for Sigil" 11
url: "https://codeberg.org/sigil/sigil-log" 12
license: "BSD-3-Clause" 13
authors: (list "David Wilson <[email protected]>") 14
15
dependencies: (list−16
(from-git url: "codeberg:sigil/sigil-json" version: "^0.14.0")))+16
(from-git url: "codeberg:sigil/sigil-json" version: "^0.16")))