Skip to content

Commit 8bbaeee

Browse files
Release v4.25.4
1 parent 9c7cc5e commit 8bbaeee

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<!-- markdownlint-configure-file { "no-duplicate-heading": { "siblings_only": true } } -->
44

5-
## 4.26.0.pre
5+
## 4.25.4
66

7-
Released: [Place date of release here]
7+
Released: 2026-03-04
88

99
### New Features
1010

docs/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
DO NOT EDIT: THIS FILE IS GENERATED, edit docs/README.erb.md.
44
PANDOC_META_BEGIN
5-
subtitle: "ascli 4.26.0.pre"
5+
subtitle: "ascli 4.25.4"
66
author: "Laurent Martin"
77
PANDOC_META_END
88
-->
@@ -40,7 +40,7 @@ Need to debug? I’ll show you what’s going on under the hood.
4040

4141
Think of me as Aspera’s command-line sidekick: quick, reliable, and a little no-nonsense. You bring the files; I’ll bring the horsepower."
4242

43-
Version: 4.26.0.pre
43+
Version: 4.25.4
4444

4545
Laurent Martin/2016-2026
4646

@@ -125,7 +125,7 @@ ascli --version
125125
```
126126

127127
```text
128-
4.26.0.pre
128+
4.25.4
129129
```
130130

131131
> [!NOTE]
@@ -785,11 +785,11 @@ Necessary gems can be packed in a `tar.gz` like this:
785785

786786
```shell
787787
mkdir temp_folder
788-
gem install aspera-cli:4.26.0.pre --no-document --install-dir temp_folder
788+
gem install aspera-cli:4.25.4 --no-document --install-dir temp_folder
789789
find temp_folder
790-
mv temp_folder/cache aspera-cli-4.26.0.pre-gems
790+
mv temp_folder/cache aspera-cli-4.25.4-gems
791791
rm -fr temp_folder
792-
tar zcvf aspera-cli-4.26.0.pre-gems aspera-cli-4.26.0.pre-gems.tgz
792+
tar zcvf aspera-cli-4.25.4-gems aspera-cli-4.25.4-gems.tgz
793793
```
794794

795795
#### Unix-like
@@ -934,7 +934,7 @@ ascli -v
934934
```
935935

936936
```text
937-
4.26.0.pre
937+
4.25.4
938938
```
939939

940940
In order to keep persistency of configuration on the host, you should specify your user's configuration folder as a volume for the container.
@@ -4692,7 +4692,7 @@ ascli server upload "faux:///mydir?file=testfile&count=1000&size=1" --to-folder=
46924692
```text
46934693
ascli -h
46944694
NAME
4695-
ascli -- a command line tool for Aspera Applications (v4.26.0.pre)
4695+
ascli -- a command line tool for Aspera Applications (v4.25.4)
46964696
46974697
SYNOPSIS
46984698
ascli COMMANDS [OPTIONS] [ARGS]
@@ -4737,7 +4737,7 @@ OPTIONS: global
47374737
--bash-comp Generate bash completion for command
47384738
--show-config Display parameters used for the provided action
47394739
-v, --version Display version
4740-
--ui=ENUM Method to start browser: [graphical], text
4740+
--ui=ENUM Method to start browser: graphical, [text]
47414741
--invalid-characters=VALUE Replacement character and invalid filename characters
47424742
--log-level=ENUM Log level: debug, error, fatal, [info], trace1, trace2, unknown, warn
47434743
--log-format=VALUE Log formatter (Proc, Logger::Formatter)

lib/aspera/cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ module Aspera
44
module Cli
55
# For beta add extension : .beta1
66
# For dev version add extension : .pre
7-
VERSION = '4.26.0.pre'
7+
VERSION = '4.25.4'
88
end
99
end

0 commit comments

Comments
 (0)