We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60320f0 commit 2378b32Copy full SHA for 2378b32
CHANGELOG.md
@@ -11,13 +11,21 @@ adheres to [Semantic Versioning][semver].
11
12
## [Unreleased]
13
14
+[unreleased]: https://github.com/ameshkov/gocurl/compare/v1.5.0...HEAD
15
+
16
+## [1.5.1] - 2026-02-25
17
18
### Fixed
19
20
- Fixed using `--http3` together with `--connect-to`.
21
- Fixed unexpected panic when the server stops responding unexpectedly.
22
- Fixed OHTTP responses not being written to the output.
23
-[unreleased]: https://github.com/ameshkov/gocurl/compare/v1.5.0...HEAD
24
+[See changes][1.5.1changes].
25
26
+[1.5.1changes]: https://github.com/ameshkov/gocurl/compare/v1.5.0...v1.5.1
27
28
+[1.5.1]: https://github.com/ameshkov/gocurl/releases/tag/v1.5.0
29
30
## [1.5.0] - 2025-10-13
31
0 commit comments