Commit2a93a1a7Recorded27 Apr 2026Repositorysigil-irc
Correct version to v0.10.0 (skip past prior v0.8.0/v0.9.1 tags)
Message
Worker's audit read package.sgl version 0.7.0 and bumped to 0.8.0, but origin already has v0.8.0 (stale 'Add README' placeholder tag) and v0.9.1 (actual prior release at eef487a) tags from a prior versioning- discipline failure where package.sgl wasn't updated alongside the tag.
Shipping as v0.10.0 to ship cleanly past the existing tag namespace and preserve old tags as historical record. The 0.7.0 → 0.10.0 jump captures the IRCv3 server-side support work as a major-shape addition (server flows, full Tier 1 + Tier 2 caps, SASL PLAIN/EXTERNAL/SCRAM-SHA-256).
Changed
package.sgl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)Diff
package.sglmodified
@@ -8,7 +8,7 @@
8
9
(package 10
name: "sigil-irc"−11
version: "0.8.0"+11
version: "0.10.0" 12
sigil: "^0.14" 13
description: "IRC protocol library — both directions, IRCv3 + drafts" 14
url: "https://codeberg.org/sigil/sigil-irc"