Commit7a322ed5Recorded6 Jul 2026Repositorysigil-fp

Bump to v0.9.3: re-export threading from (sigil core); lock sigil 0.17.3

Message

Threading macros (->, some->, chain) now live in (sigil core) as of sigil 0.17.3, so sigil-fp re-exports them for backward compatibility. Locked and verified against sigil 0.17.3.

Changed
 package.sgl | 2 +-
 sigil.lock  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
Diff
package.sglmodified
@@ -1,6 +1,6 @@
1
(package
2
name: "sigil-fp"
3
version: "0.9.2"
+3
version: "0.9.3"
4
sigil: "^0.17"
5
description: "Functional programming utilities for Sigil"
6
url: "https://codeberg.org/sigil/sigil-fp"
sigil.lockmodified
@@ -3,7 +3,7 @@
3
(package name: "sigil-stdlib"
4
url: "codeberg:sigil/sigil"
5
ref: "^0.17"
6
sha: "6a0ca644bfbdeb3ef63e32d319ff897d1dcdf136"
+6
sha: "d2acfa360c3a33505e0a9dfea80ecddaad912222"
7
package-selector: "sigil-stdlib"
8
version: "0.17.2")
+8
version: "0.17.3")
9
)