Commiteae4762bRecorded1 Apr 2026Repositorysigil-log

Workspace version inheritance for monorepo packages

Message

Packages without a version: field now inherit the workspace version automatically. This eliminates the need to keep 26 package.sgl files in sync with the workspace version.

- Changed package version default from "0.0.0" to #f - workspace-load-packages fills in workspace version for packages that don't declare their own - Removed version: from all 26 monorepo package.sgl files - Fixed test-package.sgl to use keyword syntax (was broken pre-existing)

Changed
 package.sgl | 1 -
 1 file changed, 1 deletion(-)
Diff
package.sglmodified
@@ -5,7 +5,6 @@
5
6
(package
7
name: "sigil-log"
8
version: "0.9.1"
8
description: "Structured logging for Sigil"
9
url: "https://codeberg.org/sigil/sigil"
10
license: "BSD-3-Clause"