Commit8f74bff9Recorded1 Apr 2026Repositorysigil-json

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
@@ -4,7 +4,6 @@
4
5
(package
6
name: "sigil-json"
7
version: "0.9.1"
7
description: "JSON parsing and generation for Sigil"
8
url: "https://codeberg.org/sigil/sigil"
9
license: "BSD-3-Clause"