Commit9362e73fRecorded4 May 2026Repositoryapiary
v0.1.5: bump version + require sigil ^0.15.0 for dcont fix
Message
The natural raise/guard shape restored in 5f28f48 only works when the linked sigil binary contains the dcont handler-capture fix (sigil 0.15.1 cdd3be1a + 0dc4c77b). Bump version to 0.1.5 and declare the sigil constraint.
Note: sigil dep set to ^0.15.0 (caret-range that includes 0.15.1). A more precise ^0.15.1 hits a sigil-deps version-resolver bug (type-error: =: expected number) tracked as folio inbox t-2156.
Tag message will document the dcont fix as the practical requirement; ^0.15.0 is the closest constraint that resolves.
Changed
package.sgl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)Diff
package.sglmodified
@@ -6,12 +6,12 @@
6
7
(package 8
name: "apiary"−9
version: "0.1.4"+9
version: "0.1.5" 10
description: "MCP server for Enclave-based agent coordination — leader/worker hive runtime" 11
url: "https://codeberg.org/sigil/apiary" 12
license: "BSD-3-Clause" 13
authors: (list "David Wilson <[email protected]>")−14
sigil: "^0.14"+14
sigil: "^0.15.0" 15
16
entry: '(apiary main) 17
bundle-name: "apiary"