Skip to content

Commit 0d2303d

Browse files
committed
Release v6.0.3
1 parent fd174e2 commit 0d2303d

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

lib/http/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module HTTP
44
# Current library version
5-
VERSION = "6.0.2"
5+
VERSION = "6.0.3"
66
end

0 commit comments

Comments
 (0)