We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbf70d commit 2e94530Copy full SHA for 2e94530
CHANGELOG.md
@@ -11,6 +11,10 @@ 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.0] - 2025-10-13
17
18
### Added
19
20
- Added `--connect-timeout` command-line argument support. ([#43][#43])
@@ -20,7 +24,11 @@ adheres to [Semantic Versioning][semver].
24
21
25
[#44]: https://github.com/ameshkov/gocurl/issues/44
22
26
23
-[unreleased]: https://github.com/ameshkov/gocurl/compare/v1.4.9...HEAD
27
+[See changes][1.5.0changes].
28
29
+[1.5.0changes]: https://github.com/ameshkov/gocurl/compare/v1.4.9...v1.5.0
30
31
+[1.5.0]: https://github.com/ameshkov/gocurl/releases/tag/v1.5.0
32
33
## [1.4.9] - 2025-05-19
34
0 commit comments