Commiteb67f3c1Recorded26 Apr 2026Repositorysigil-telegram

Refresh for sigil 0.14 ecosystem; bump to v0.10.0

Message

Adopted sigil: ^0.14 (sigil-stdlib auto-derived). Rewired sigil-json and sigil-http from monorepo URL to canonical extracted at ^0.14.0. Fixes the long-standing version drift: package.sgl was at 0.7.0 despite v0.9.x tag train. Going straight to 0.10.0 (semver minor) realigns the package version with the tag train and the ecosystem refresh.

Changed
 .gitignore  |  1 +
 package.sgl |  8 ++++----
 sigil.lock  | 41 +++++++++++++++++++++++++++--------------
 3 files changed, 32 insertions(+), 18 deletions(-)
Diff
.gitignoremodified
@@ -1 +1,2 @@
1
build/
+2
.sigil/
package.sglmodified
@@ -6,7 +6,8 @@
6
7
(package
8
name: "sigil-telegram"
9
version: "0.7.0"
+9
version: "0.10.0"
+10
sigil: "^0.14"
11
description: "Telegram Bot API client library"
12
url: "https://codeberg.org/sigil/sigil-telegram"
13
license: "BSD-3-Clause"
@@ -25,9 +26,8 @@
26
optimize: 2))
27
28
dependencies: (list
28
(from-git url: "codeberg:sigil/sigil" package: "sigil-stdlib" version: "^0.9.0")
29
(from-git url: "codeberg:sigil/sigil" package: "sigil-json" version: "^0.9.0")
30
(from-git url: "codeberg:sigil/sigil" package: "sigil-http" version: "^0.9.0"))
+29
(from-git url: "codeberg:sigil/sigil-json" version: "^0.14.0")
+30
(from-git url: "codeberg:sigil/sigil-http" version: "^0.14.0"))
31
32
tasks: (list
33
(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-json"
10
url: "codeberg:sigil/sigil"
11
ref: "^0.9.0"
12
sha: "54f66e8ec446b65b75ab6f12454d2c0aa269f2c0"
13
package-selector: "sigil-json"
14
version: "0.9.1")
+10
url: "codeberg:sigil/sigil-json"
+11
ref: "^0.14.0"
+12
sha: "a6b76e84bdcccfbed79b048ed8bc9850d08efae7"
+13
version: "0.14.0")
14
(package name: "sigil-http"
16
url: "codeberg:sigil/sigil"
17
ref: "^0.9.0"
18
sha: "54f66e8ec446b65b75ab6f12454d2c0aa269f2c0"
19
package-selector: "sigil-http"
20
version: "0.9.1")
+15
url: "codeberg:sigil/sigil-http"
+16
ref: "^0.14.0"
+17
sha: "c4494e6a215b6f6e3a69a150b61153a6b70030ed"
+18
version: "0.14.0")
+19
(package name: "sigil-socket"
+20
url: "codeberg:sigil/sigil-socket"
+21
ref: "^0.13.1"
+22
sha: "9e7983ae367603a5128596546f4bb8c6b52a8aa1"
+23
version: "0.13.1")
+24
(package name: "sigil-tls"
+25
url: "codeberg:sigil/sigil-tls"
+26
ref: "^0.13.1"
+27
sha: "8f46741e7d3ac3cfdcaaeeb2234f3a4fcc7feec4"
+28
version: "0.13.1")
+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
)