Skip to content

Commit f517dd1

Browse files
committed
Release v2025.04.20
1 parent d7937b2 commit f517dd1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ SPDX-License-Identifier: curl
88

99
# Changelog
1010

11-
## [UNRELEASED]
11+
## [v2025.04.20]
12+
* Update manpage, help output, README and comments, fixing typos and
13+
standardizing to curl's documentation format.
1214

1315
## [v2025.02.24]
1416
* Allow `-o` and `-O` to be used without whitespaces (e.g.: `-oNAME`).

wcurl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# Stop on errors and on usage of unset variables.
3030
set -eu
3131

32-
VERSION="2025.02.24+dev"
32+
VERSION="2025.04.20"
3333

3434
PROGRAM_NAME="$(basename "$0")"
3535
readonly PROGRAM_NAME

0 commit comments

Comments
 (0)