Commite0720a0dRecorded9 Jan 2026Repositorysigil-jwt
Release: version bumps
Message
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Changed
CHANGELOG.md | 17 +++++++++++++++++
package.sgl | 2 +-
2 files changed, 18 insertions(+), 1 deletion(-)Diff
CHANGELOG.mdadded
@@ -0,0 +1,17 @@
+1
# Changelog+2
+3
All notable changes to this project will be documented in this file.+4
+5
The format is based on [Keep a Changelog](https://keepachangelog.com/),+6
and this project adheres to [Semantic Versioning](https://semver.org/).+7
+8
## [0.1.0] - 2026-01-09+9
+10
### Other+11
+12
- Initial release of the test framework with assertions, test discovery, filtering, and formatted output.+13
- Initial release with TCP and UDP socket support for network programming.+14
- Core runtime providing a bytecode VM with incremental mark-sweep garbage collector, S-expression reader with extensible syntax, and hygienic macro system supporting syntax-rules and syntax-case. Native bindings for I/O, filesystem, networking, process management, SQLite, and cryptographic hashing.+15
- Initial release with SXML utilities for XML/HTML document construction and manipulation.+16
- JWT token encoding and verification with HS256 signing support.+17
package.sglmodified
@@ -9,7 +9,7 @@
9
10
(package 11
name: "sigil-jwt"−12
version: "0.0.0"+12
version: "0.1.0" 13
description: "JSON Web Token library for Sigil" 14
license: "BSD-3-Clause" 15