File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 6.0.3] - 2026-04-20
9+
10+ ### Fixed
11+
12+ - Ship RBS signatures for downstream consumers. Previously only ` sig/http.rbs `
13+ was packaged, but it referenced ` LLHttp::Parser ` and ` LLHttp::Delegate `
14+ (defined only in the unshipped ` sig/deps.rbs ` ), causing `Cannot find type
15+ LLHttp::Delegate` errors in Steep when loading ` library "http"`. Public
16+ LLHttp stubs are now shipped in ` sig/llhttp.rbs ` , and ` sig/manifest.yaml `
17+ declares stdlib dependencies so consumers don't need to re-list them.
18+
819## [ 6.0.2] - 2026-03-20
920
1021### Fixed
Original file line number Diff line number Diff line change 22
33module HTTP
44 # Current library version
5- VERSION = "6.0.2 "
5+ VERSION = "6.0.3 "
66end
You can’t perform that action at this time.
0 commit comments