Skip to content

Commit 9f15428

Browse files
committed
Release v2025.02.24
1 parent 081a951 commit 9f15428

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

99
# Changelog
1010

11-
## [UNRELEASED]
11+
## [v2025.02.24]
12+
* Allow `-o` and `-O` to be used without whitespaces (e.g.: `-oNAME`).
13+
* Fix capitalization of the name of copyright owner sergiodj.
14+
* Use the standard copyright header in manpage.
15+
* Create a github workflow for tests and linting.
16+
* Add missing breakline to README to fix formatting.
17+
* Update manpage to describe that `--output` can be used without the equal sign.
18+
* Add installation instructions to README.
19+
* Fix punctuation in the list of features.
20+
* Throw an error message on tests if shunit's version is lower than 2.1.8.
21+
* Update AUTHORS.
1222

1323
## [v2024.12.08]
1424
* New parameter `-o|-O|--output|output=` which allows the user to choose the output filename.

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="2024.12.08+dev"
32+
VERSION="2025.02.24"
3333

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

wcurl.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
.\"
2222
.\" SPDX-License-Identifier: curl
2323
.\" **************************************************************************
24-
.TH wcurl "1" "2024.12.08+dev" "wcurl" "User Commands"
24+
.TH wcurl "1" "2025.02.24" "wcurl" "User Commands"
2525
.SH NAME
2626
.B wcurl
2727
- a simple wrapper around curl to easily download files.

0 commit comments

Comments
 (0)