Commit3cd63e38Recorded3 Jul 2026Repositorysigil-web
Bump to v0.14.1
Message
Cut a fresh release so downstream projects resolving sigil-web ^0.14 pick up the ^0.14 transitive pins (sigil-http, sigil-sxml, sigil-nrepl). The v0.14.0 tag still points at the pre-migration commit whose pins were ^0.9.0, causing version conflicts against sigil-sxml 0.14.
Changed
package.sgl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)Diff
package.sglmodified
@@ -9,7 +9,7 @@
9
10
(package 11
name: "sigil-web"−12
version: "0.14.0"+12
version: "0.14.1" 13
sigil: "^0.14" 14
description: "Web application framework for Sigil" 15
url: "https://codeberg.org/sigil/sigil-web"