Commitc8023f91Recorded14 Jul 2026Repositorysigil-ledger
Modernize to sigil-json ^0.16; release v0.10.2
Message
Bump sigil-json ^0.14.0 -> ^0.16 to align with the modernized ecosystem (sigil-json 0.16.0), resolving the json ^0.14-vs-^0.16 conflict that would otherwise block downstream servers (tally) on the 0.17.12 runtime. Release build succeeds; full test suite passes (55 tests).
Changed
package.sgl | 4 ++--
sigil.lock | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)Diff
package.sglmodified
@@ -5,7 +5,7 @@
5
6
(package 7
name: "sigil-ledger"−8
version: "0.10.1"+8
version: "0.10.2" 9
sigil: "^0.17" 10
description: "Ledger/hledger journal file library for Sigil" 11
url: "https://codeberg.org/sigil/sigil-ledger"@@ -25,7 +25,7 @@
25
optimize: 2)) 26
27
dependencies: (list−28
(from-git url: "codeberg:sigil/sigil-json" version: "^0.14.0"))+28
(from-git url: "codeberg:sigil/sigil-json" version: "^0.16")) 29
30
tasks: (list 31
(tasksigil.lockmodified
@@ -3,12 +3,12 @@
3
(package name: "sigil-stdlib" 4
url: "codeberg:sigil/sigil" 5
ref: "^0.17"−6
sha: "61ba6501f4ff5d1fd534c13c4a3494b69cc88412"+6
sha: "bd2a47b44bff2051073044046e000fd7f0e587ca" 7
package-selector: "sigil-stdlib"−8
version: "0.17.1")+8
version: "0.17.12") 9
(package name: "sigil-json" 10
url: "codeberg:sigil/sigil-json"−11
ref: "^0.14.0"−12
sha: "a6b76e84bdcccfbed79b048ed8bc9850d08efae7"−13
version: "0.14.0")+11
ref: "^0.16"+12
sha: "55c9e74712b5f79b45d41c65cfe0aef2c8f7e155"+13
version: "0.16.0") 14
)