Skip to content

Commit d7ed32a

Browse files
Release v4.25.5
1 parent 6885ce0 commit d7ed32a

3 files changed

Lines changed: 14 additions & 14 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.5
66

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

99
### New Features
1010

docs/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
DO NOT EDIT: THIS FILE IS GENERATED, edit docs/README.erb.md.
44
PANDOC_DEFAULTS_BEGIN
55
metadata:
6-
subtitle: "ascli 4.26.0.pre"
6+
subtitle: "ascli 4.25.5"
77
author: "Laurent Martin"
88
PANDOC_DEFAULTS_END
99
-->
@@ -126,8 +126,8 @@ This section walks you through your first interaction with `ascli` on Linux.
126126

127127
```shell
128128
mkdir -p $HOME/bin
129-
tar zxvf ascli.4.26.0.pre.linux-x86_64.tgz
130-
mv ascli.4.26.0.pre.linux-x86_64 $HOME/bin/ascli
129+
tar zxvf ascli.4.25.5.linux-x86_64.tgz
130+
mv ascli.4.25.5.linux-x86_64 $HOME/bin/ascli
131131
export PATH=$PATH:$HOME/bin
132132
```
133133

@@ -141,7 +141,7 @@ ascli -v
141141
```
142142

143143
```text
144-
4.26.0.pre
144+
4.25.5
145145
```
146146

147147
- Install the latest Aspera transfer runtime, as it is not included in the `ascli` package:
@@ -323,7 +323,7 @@ This executable includes the Ruby runtime.
323323
> Refer to [Install `ascp`](#installation-of-ascp-through-transferd).
324324
325325
```shell
326-
curl -o ascli https://eudemo.asperademo.com/download/aspera-cli/ascli.4.26.0.pre.osx-arm64
326+
curl -o ascli https://eudemo.asperademo.com/download/aspera-cli/ascli.4.25.5.osx-arm64
327327
chmod a+x ascli
328328
./ascli config transferd install
329329
```
@@ -855,11 +855,11 @@ Necessary gems can be packed in a `tar.gz` like this:
855855

856856
```shell
857857
mkdir temp_folder
858-
gem install aspera-cli:4.26.0.pre --no-document --install-dir temp_folder
858+
gem install aspera-cli:4.25.5 --no-document --install-dir temp_folder
859859
find temp_folder
860-
mv temp_folder/cache aspera-cli-4.26.0.pre-gems
860+
mv temp_folder/cache aspera-cli-4.25.5-gems
861861
rm -fr temp_folder
862-
tar zcvf aspera-cli-4.26.0.pre-gems aspera-cli-4.26.0.pre-gems.tgz
862+
tar zcvf aspera-cli-4.25.5-gems aspera-cli-4.25.5-gems.tgz
863863
```
864864

865865
#### Unix-like
@@ -1001,7 +1001,7 @@ ascli -v
10011001
```
10021002

10031003
```text
1004-
4.26.0.pre
1004+
4.25.5
10051005
```
10061006

10071007
In order to keep persistency of configuration on the host, you should specify your user's configuration folder as a volume for the container.
@@ -4854,7 +4854,7 @@ ascli server upload "faux:///mydir?file=testfile&count=1000&size=1" --to-folder=
48544854
```text
48554855
ascli -h
48564856
NAME
4857-
ascli -- a command line tool for Aspera Applications (v4.26.0.pre)
4857+
ascli -- a command line tool for Aspera Applications (v4.25.5)
48584858
48594859
SYNOPSIS
48604860
ascli COMMANDS [OPTIONS] [ARGS]
@@ -4899,7 +4899,7 @@ OPTIONS: global
48994899
--bash-comp Generate bash completion for command
49004900
--show-config Display parameters used for the provided action
49014901
-v, --version Display version
4902-
--ui=ENUM Method to start browser: [graphical], text
4902+
--ui=ENUM Method to start browser: graphical, [text]
49034903
--invalid-characters=VALUE Replacement character and invalid filename characters
49044904
--log-level=ENUM Log level: debug, error, fatal, [info], trace1, trace2, unknown, warn
49054905
--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.5'
88
end
99
end

0 commit comments

Comments
 (0)