Commit460dbb0dRecorded12 Jan 2026Repositorysigil-json
Release v0.3.0
Message
Packages with changes: - sigil-build - sigil-lib - sigil-publish - sigil-crypto - sigil-tls - sigil-json - sigil-http - sigil-stdlib - sigil-cli - sigil-sqlite - sigil-args - sigil-run - sigil-test
Changed
CHANGELOG.md | 19 +++++++++++++++++++
package.sgl | 2 +-
2 files changed, 20 insertions(+), 1 deletion(-)Diff
CHANGELOG.mdmodified
@@ -1,10 +1,29 @@
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.3.0] - 2026-01-12+11
+12
### Added+13
+14
- Added native test build integration, script/directory bundling, custom runtime builder, and native package detection.+15
- Added sigil publish command with site operators, pipeline:, and watch-patterns: support.+16
- Added json-get-in and comprehensive test suite.+17
+18
### Fixed+19
+20
- Fixed temp file creation on Windows.+21
+22
### Other+23
+24
- Extracted TLS and crypto support from sigil-lib into separate packages for modular compilation.+25
- Extracted TLS and crypto support from sigil-lib into separate packages for modular compilation.+26
27
## [0.1.0] - 2026-01-09 28
29
### Otherpackage.sglmodified
@@ -4,7 +4,7 @@
4
5
(package 6
name: "sigil-json"−7
version: "0.1.0"+7
version: "0.3.0" 8
description: "JSON parsing and generation for Sigil" 9
url: "https://codeberg.org/sigil/sigil" 10
license: "BSD-3-Clause"