Skip to content

Commit 4306e84

Browse files
committed
chore: release v4.24.1
1 parent 0d28595 commit 4306e84

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes (Release notes)
22

3-
* 4.25.0.pre
3+
* 4.24.1
44

55
* Issues Fixed:
66
* `wizard`: Fixed wizard.

README.md

Lines changed: 6 additions & 6 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, for details, read docs/README.md
44
PANDOC_META_BEGIN
5-
subtitle: "ascli 4.25.0.pre"
5+
subtitle: "ascli 4.24.1"
66
author: "Laurent MARTIN"
77
PANDOC_META_END
88
-->
@@ -41,7 +41,7 @@ Need to debug? I’ll show you what’s going on under the hood.
4141

4242
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."
4343

44-
Version : 4.25.0.pre
44+
Version : 4.24.1
4545

4646
Laurent/2016-2025
4747

@@ -133,7 +133,7 @@ ascli --version
133133
```
134134

135135
```text
136-
4.25.0.pre
136+
4.24.1
137137
```
138138

139139
> [!NOTE]
@@ -597,7 +597,7 @@ gem install sequel -v '~> 5.96'
597597
Once you have Ruby and rights to install gems, install the `aspera-cli` gem and its dependencies:
598598
599599
```shell
600-
gem install aspera-cli --pre
600+
gem install aspera-cli
601601
```
602602
603603
To upgrade to the latest version:
@@ -885,7 +885,7 @@ ascli -v
885885
```
886886
887887
```text
888-
4.25.0.pre
888+
4.24.1
889889
```
890890
891891
In order to keep persistency of configuration on the host, you should specify your user's configuration folder as a volume for the container.
@@ -4365,7 +4365,7 @@ ascli server upload "faux:///mydir?file=testfile&count=1000&size=1" --to-folder=
43654365
```text
43664366
ascli -h
43674367
NAME
4368-
ascli -- a command line tool for Aspera Applications (v4.25.0.pre)
4368+
ascli -- a command line tool for Aspera Applications (v4.24.1)
43694369
43704370
SYNOPSIS
43714371
ascli COMMANDS [OPTIONS] [ARGS]

docs/Manual.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ <h1 class="title">Command Line Interface for IBM Aspera products</h1>
752752
<!--
753753
DO NOT EDIT: THIS FILE IS GENERATED, edit docs/README.erb.md, for details, read docs/README.md
754754
PANDOC_META_BEGIN
755-
subtitle: "ascli 4.25.0.pre"
755+
subtitle: "ascli 4.24.1"
756756
author: "Laurent MARTIN"
757757
PANDOC_META_END
758758
-->
@@ -783,7 +783,7 @@ <h1 data-number="1" id="introduction"><span class="header-section-number">1</spa
783783
<p>Need to debug? I’ll show you what’s going on under the hood.</p>
784784
<p>Think of me as Aspera’s command-line sidekick: quick, reliable, and a
785785
little no-nonsense. You bring the files; I’ll bring the horsepower.&quot;</p>
786-
<p>Version : 4.25.0.pre</p>
786+
<p>Version : 4.24.1</p>
787787
<p>Laurent/2016-2025</p>
788788
<p>The aspera-cli Ruby gem offers a powerful command-line interface
789789
(CLI, <code>ascli</code>) for IBM Aspera software, facilitating seamless
@@ -886,7 +886,7 @@ <h1 data-number="2" id="quick-start"><span class="header-section-number">2</span
886886
<p>Once the gem is installed, <code>ascli</code> shall be
887887
accessible:</p>
888888
<pre class="shell"><code>ascli --version</code></pre>
889-
<pre class="text"><code>4.25.0.pre</code></pre>
889+
<pre class="text"><code>4.24.1</code></pre>
890890
<div class="admonition note">
891891
<div class="admonition-title">ℹ️ Note</div>
892892
<div class="admonition-body"><div class="title">
@@ -1284,7 +1284,7 @@ <h2 data-number="3.3" id="ruby-gem-aspera-cli"><span class="header-section-numbe
12841284
<code>aspera-cli</code></h2>
12851285
<p>Once you have Ruby and rights to install gems, install the
12861286
<code>aspera-cli</code> gem and its dependencies:</p>
1287-
<pre class="shell"><code>gem install aspera-cli --pre</code></pre>
1287+
<pre class="shell"><code>gem install aspera-cli</code></pre>
12881288
<p>To upgrade to the latest version:</p>
12891289
<pre class="shell"><code>gem update aspera-cli</code></pre>
12901290
<p>During its execution, <code>ascli</code> checks every week if a new
@@ -1551,7 +1551,7 @@ <h3 data-number="3.6.2" id="container-details"><span class="header-section-numbe
15511551
<pre class="shell"><code>alias ascli=&#39;podman run --rm --tty --interactive docker.io/martinlaurent/ascli:latest&#39;</code></pre>
15521552
<p>Then, you can execute the container like a local command:</p>
15531553
<pre class="shell"><code>ascli -v</code></pre>
1554-
<pre class="text"><code>4.25.0.pre</code></pre>
1554+
<pre class="text"><code>4.24.1</code></pre>
15551555
<p>In order to keep persistency of configuration on the host, you should
15561556
specify your user&#39;s configuration folder as a volume for the container.
15571557
To enable write access, a possibility is to run as <code>root</code> in
@@ -6314,7 +6314,7 @@ <h2 data-number="4.30" id="faux-for-testing"><span class="header-section-number"
63146314
<h2 data-number="4.31" id="usage"><span class="header-section-number">4.31</span> Usage</h2>
63156315
<pre class="text"><code>ascli -h
63166316
NAME
6317-
ascli -- a command line tool for Aspera Applications (v4.25.0.pre)
6317+
ascli -- a command line tool for Aspera Applications (v4.24.1)
63186318

63196319
SYNOPSIS
63206320
ascli COMMANDS [OPTIONS] [ARGS]

docs/Manual.pdf

-1.51 KB
Binary file not shown.

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

0 commit comments

Comments
 (0)