Commita65c750dRecorded1 Mar 2026Repositorysigil-app

Release v0.7.0

Message

Packages with changes: - sigil-build - sigil-css - sigil-app - sigil-lib - sigil-irc - sigil-web - sigil-crypto - sigil-tui - sigil-json - sigil-socket - sigil-websocket - sigil-mcp - sigil-http - sigil-xmpp - sigil-docs - sigil-hooks - sigil-tui-demo - sigil-sxml - sigil-peg - sigil-log - sigil-version - sigil-jmap - sigil-jwt - sigil-stdlib - sigil-markdown - sigil-sqlite - sigil-args - sigil-ansi - sigil-yaml

Changed
 CHANGELOG.md | 10 ++++++++++
 package.sgl  |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)
Diff
CHANGELOG.mdmodified
@@ -1,10 +1,20 @@
1
# Changelog
2
+3
Versions are synced with Sigil releases. A missing entry indicates no changes for that version.
+4
5
All notable changes to this project will be documented in this file.
6
7
The format is based on [Keep a Changelog](https://keepachangelog.com/),
8
and this project adheres to [Semantic Versioning](https://semver.org/).
9
+10
## [0.7.0] - 2026-03-01
+11
+12
### Added
+13
+14
- Added procedure specifications with inline (: ...) syntax, optional runtime checking via sigil-checks feature, and predicate combinators (any-of, maybe, list-of, none-of).
+15
- Added procedure specs and docstrings to all exported procedures.
+16
- Added procedure specs and docstrings to all exported procedures.
+17
18
## [0.5.0] - 2026-02-17
19
20
### Added
package.sglmodified
@@ -5,7 +5,7 @@
5
6
(package
7
name: "sigil-app"
8
version: "0.6.0"
+8
version: "0.7.0"
9
description: "Application framework for Sigil (windowing, input, lifecycle)"
10
url: "https://codeberg.org/sigil/sigil"
11
license: "BSD-3-Clause"