Commit72190d8cRecorded22 Feb 2026Repositorysigil-css

Release v0.6.0

Message

Packages with changes: - sigil-build - sigil-css - sigil-org - sigil-lib - sigil-publish - sigil-web - sigil-crypto - sigil-tls - sigil-json - sigil-socket - sigil-websocket - sigil-mcp - sigil-xmpp - sigil-nrepl - sigil-docs - sigil-web-demo - sigil-sxml - sigil-peg - sigil-stdlib - sigil-cli - sigil-markdown - sigil-sqlite - sigil-args - sigil-git - sigil-test

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.6.0] - 2026-02-22
+11
+12
### Added
+13
+14
- Added package-provided MCP tools with dynamic discovery and nREPL describe/modules operations.
+15
- Added package documentation for web stack (SXML, CSS, and Web routing/UI).
+16
- Added higher-level UI components, css-sel compound selectors, Vinyl Vault demo application, and improved web API ergonomics including table actions, form loading, GET request handling, and error overlay fixes.
+17
18
## [0.1.0] - 2026-01-09
19
20
### Other
package.sglmodified
@@ -4,7 +4,7 @@
4
5
(package
6
name: "sigil-css"
7
version: "0.5.0"
+7
version: "0.6.0"
8
description: "S-expression CSS DSL for composable stylesheets"
9
url: "https://codeberg.org/sigil/sigil"
10
license: "BSD-3-Clause"