Skip to content

Commit 1c8e53c

Browse files
Prepare for next development cycle (4.26.0.pre)
1 parent d7ed32a commit 1c8e53c

3 files changed

Lines changed: 21 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## 4.26.0.pre
6+
7+
Released: [Place date of release here]
8+
9+
### New Features
10+
11+
### Issues Fixed
12+
13+
### Breaking Changes
14+
515
## 4.25.5
616

717
Released: 2026-03-25

docs/README.md

Lines changed: 10 additions & 10 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.25.5"
6+
subtitle: "ascli 4.26.0.pre"
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.25.5.linux-x86_64.tgz
130-
mv ascli.4.25.5.linux-x86_64 $HOME/bin/ascli
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
131131
export PATH=$PATH:$HOME/bin
132132
```
133133

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

143143
```text
144-
4.25.5
144+
4.26.0.pre
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.25.5.osx-arm64
326+
curl -o ascli https://eudemo.asperademo.com/download/aspera-cli/ascli.4.26.0.pre.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.25.5 --no-document --install-dir temp_folder
858+
gem install aspera-cli:4.26.0.pre --no-document --install-dir temp_folder
859859
find temp_folder
860-
mv temp_folder/cache aspera-cli-4.25.5-gems
860+
mv temp_folder/cache aspera-cli-4.26.0.pre-gems
861861
rm -fr temp_folder
862-
tar zcvf aspera-cli-4.25.5-gems aspera-cli-4.25.5-gems.tgz
862+
tar zcvf aspera-cli-4.26.0.pre-gems aspera-cli-4.26.0.pre-gems.tgz
863863
```
864864

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

10031003
```text
1004-
4.25.5
1004+
4.26.0.pre
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.25.5)
4857+
ascli -- a command line tool for Aspera Applications (v4.26.0.pre)
48584858
48594859
SYNOPSIS
48604860
ascli COMMANDS [OPTIONS] [ARGS]

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.25.5'
7+
VERSION = '4.26.0.pre'
88
end
99
end

0 commit comments

Comments
 (0)