Commit6d26b815Recorded26 Apr 2026Repositorysigil-wise

sigil-wise v0.10.0: refresh for sigil 0.14 ecosystem

Message

Bumped version: 0.1.0 → 0.10.0. The 0.1.0 in package.sgl was drift against the v0.9.1 tag train; this realigns and advances the minor.

Adopted sigil: ^0.14 (sigil-stdlib auto-derived). Rewired sigil-http and sigil-json deps from monorepo codeberg:sigil/sigil package: ... to canonical extracted URLs at ^0.14.0.

Added .sigil/ to .gitignore.

18 tests pass; dev + release builds clean.

Changed
 .gitignore  |  1 +
 package.sgl |  8 ++++----
 sigil.lock  | 41 +++++++++++++++++++++++++++--------------
 3 files changed, 32 insertions(+), 18 deletions(-)
Diff
.gitignoremodified
@@ -1,2 +1,3 @@
1
build/
2
lib
+3
.sigil/
package.sglmodified
@@ -5,7 +5,8 @@
5
6
(package
7
name: "sigil-wise"
8
version: "0.1.0"
+8
version: "0.10.0"
+9
sigil: "^0.14"
10
description: "Wise API client library for Sigil"
11
url: "https://codeberg.org/sigil/sigil-wise"
12
license: "BSD-3-Clause"
@@ -24,9 +25,8 @@
25
optimize: 2))
26
27
dependencies: (list
27
(from-git url: "codeberg:sigil/sigil" package: "sigil-stdlib" version: "^0.9.0")
28
(from-git url: "codeberg:sigil/sigil" package: "sigil-http" version: "^0.9.0")
29
(from-git url: "codeberg:sigil/sigil" package: "sigil-json" version: "^0.9.0"))
+28
(from-git url: "codeberg:sigil/sigil-http" version: "^0.14.0")
+29
(from-git url: "codeberg:sigil/sigil-json" version: "^0.14.0"))
30
31
tasks: (list
32
(task
sigil.lockmodified
@@ -1,21 +1,34 @@
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.9.0"
6
sha: "54f66e8ec446b65b75ab6f12454d2c0aa269f2c0"
+4
url: "codeberg:sigil/sigil-lang"
+5
ref: "^0.14"
+6
sha: "dba24e3fe531bc150bcf93444e764f87fb321850"
7
package-selector: "sigil-stdlib"
8
version: "0.9.1")
+8
version: "0.14.1")
9
(package name: "sigil-http"
10
url: "codeberg:sigil/sigil"
11
ref: "^0.9.0"
12
sha: "54f66e8ec446b65b75ab6f12454d2c0aa269f2c0"
13
package-selector: "sigil-http"
14
version: "0.9.1")
+10
url: "codeberg:sigil/sigil-http"
+11
ref: "^0.14.0"
+12
sha: "0750960430cd830a46b1b18fb1f07bc7436ca9b2"
+13
version: "0.14.1")
14
(package name: "sigil-json"
16
url: "codeberg:sigil/sigil"
17
ref: "^0.9.0"
18
sha: "54f66e8ec446b65b75ab6f12454d2c0aa269f2c0"
19
package-selector: "sigil-json"
20
version: "0.9.1")
+15
url: "codeberg:sigil/sigil-json"
+16
ref: "^0.14.0"
+17
sha: "a6b76e84bdcccfbed79b048ed8bc9850d08efae7"
+18
version: "0.14.0")
+19
(package name: "sigil-socket"
+20
url: "codeberg:sigil/sigil-socket"
+21
ref: "^0.14.0"
+22
sha: "cfc8005ebf26b8234f933be11514a78b96c325e0"
+23
version: "0.14.0")
+24
(package name: "sigil-tls"
+25
url: "codeberg:sigil/sigil-tls"
+26
ref: "^0.14.0"
+27
sha: "20bb81ce7af3ac39cfbb4a6b054d1cda1f0304c7"
+28
version: "0.14.0")
+29
(package name: "sigil-crypto"
+30
url: "codeberg:sigil/sigil-crypto"
+31
ref: "^0.13.1"
+32
sha: "e5a2cede45cc6130d91d251b6f818c91954b1fe5"
+33
version: "0.13.1")
34
)