Commit71509cfaRecorded11 Jul 2026Repositorysigil-http

Bump to 0.18.1: scheduler-cooperative drain + working http-server-stop

Changed
 CHANGELOG.md | 8 ++++----
 package.sgl  | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
Diff
CHANGELOG.mdmodified
@@ -5,7 +5,7 @@ All notable changes to **sigil-http** are documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
+8
## [0.18.1] - 2026-07-11
9
10
### Fixed
11
@@ -39,9 +39,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39
measures a sibling socket's first-read latency with a client parked on the
40
server).
41
42
**Requires** a sigil runtime providing `(sigil async)` `await-readable-any`
43
(unreleased at the time of this entry — the first monorepo release carrying
44
it).
+42
**Requires** sigil 0.17.10 or newer (the first release providing
+43
`(sigil async)` `await-readable-any`); the package's `sigil:` requirement is
+44
bumped to `^0.17.10` accordingly.
45
46
## [0.18.0] - 2026-07-10
47
package.sglmodified
@@ -5,8 +5,8 @@
5
6
(package
7
name: "sigil-http"
8
version: "0.18.0"
9
sigil: "^0.17"
+8
version: "0.18.1"
+9
sigil: "^0.17.10"
10
description: "HTTP client and server library for Sigil"
11
url: "https://codeberg.org/sigil/sigil-http"
12
license: "BSD-3-Clause"