Commit602e5f57Recorded26 Apr 2026Repositorysigil-crypto

sigil-crypto v0.14.1: refresh for sigil 0.14 ecosystem

Message

Bumped version: 0.14.0 → 0.14.1. No dep changes — sigil-crypto has no library deps (sigil-stdlib auto-derived via sigil: ^0.14). This release exists to align the package.sgl version field with the tag train so consumers can pin atomically.

32 tests pass.

Changed
 package.sgl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Diff
package.sglmodified
@@ -10,7 +10,7 @@
10
11
(package
12
name: "sigil-crypto"
13
version: "0.14.0"
+13
version: "0.14.1"
14
sigil: "^0.14"
15
description: "Cryptographic functions for Sigil (SHA, HMAC, base64, random)"
16
url: "https://codeberg.org/sigil/sigil-crypto"