Skip to content

Commit

Permalink
Release v2024.12.08
Browse files Browse the repository at this point in the history
  • Loading branch information
samueloph committed Dec 8, 2024
1 parent 340ac12 commit 46c323d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SPDX-License-Identifier: curl

# Changelog

## [UNRELEASED]
## [v2024.12.08]
* New parameter `-o|-O|--output|output=` which allows the user to choose the output filename.
* Default to `index.html` as filename if none can be inferred from the URL.
* Percent-decode output filenames by default.
Expand Down
2 changes: 1 addition & 1 deletion wcurl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Stop on errors and on usage of unset variables.
set -eu

VERSION="2024.07.10+dev"
VERSION="2024.12.08"

PROGRAM_NAME="$(basename "$0")"
readonly PROGRAM_NAME
Expand Down
2 changes: 1 addition & 1 deletion wcurl.1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.\" * SPDX-License-Identifier: curl
.\" *
.\" **************************************************************************
.TH wcurl "1" "2024.07.10+dev" "wcurl" "User Commands"
.TH wcurl "1" "2024.12.08" "wcurl" "User Commands"
.SH NAME
.B wcurl
- a simple wrapper around curl to easily download files.
Expand Down

0 comments on commit 46c323d

Please sign in to comment.