Skip to content

Commit 597fe51

Browse files
committed
chore: release 4.24.0
1 parent 9643a46 commit 597fe51

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.24.0.pre
3+
* 4.24.0
44

55
* New Features:
66
* `aoc`: Option `package_folder` allows specification of secondary field.

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.24.0.pre"
5+
subtitle: "ascli 4.24.0"
66
author: "Laurent MARTIN"
77
PANDOC_META_END
88
-->
@@ -39,7 +39,7 @@ Need to debug? I’ll show you what’s going on under the hood.
3939

4040
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."
4141

42-
Version : 4.24.0.pre
42+
Version : 4.24.0
4343

4444
Laurent/2016-2025
4545

@@ -131,7 +131,7 @@ ascli --version
131131
```
132132

133133
```text
134-
4.24.0.pre
134+
4.24.0
135135
```
136136

137137
> [!NOTE]
@@ -595,7 +595,7 @@ gem install sequel -v '~> 5.96'
595595
Once you have Ruby and rights to install gems, install the `aspera-cli` gem and its dependencies:
596596
597597
```bash
598-
gem install aspera-cli --pre
598+
gem install aspera-cli
599599
```
600600
601601
To upgrade to the latest version:
@@ -883,7 +883,7 @@ ascli -v
883883
```
884884
885885
```text
886-
4.24.0.pre
886+
4.24.0
887887
```
888888
889889
In order to keep persistency of configuration on the host, you should specify your user's configuration folder as a volume for the container.
@@ -4363,7 +4363,7 @@ ascli server upload "faux:///mydir?file=testfile&count=1000&size=1" --to-folder=
43634363
```text
43644364
ascli -h
43654365
NAME
4366-
ascli -- a command line tool for Aspera Applications (v4.24.0.pre)
4366+
ascli -- a command line tool for Aspera Applications (v4.24.0)
43674367
43684368
SYNOPSIS
43694369
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.24.0.pre"
755+
subtitle: "ascli 4.24.0"
756756
author: "Laurent MARTIN"
757757
PANDOC_META_END
758758
-->
@@ -782,7 +782,7 @@ <h1 data-number="1" id="introduction"><span class="header-section-number">1</spa
782782
<p>Need to debug? I’ll show you what’s going on under the hood.</p>
783783
<p>Think of me as Aspera’s command-line sidekick: quick, reliable, and a
784784
little no-nonsense. You bring the files; I’ll bring the horsepower.&quot;</p>
785-
<p>Version : 4.24.0.pre</p>
785+
<p>Version : 4.24.0</p>
786786
<p>Laurent/2016-2025</p>
787787
<p>The aspera-cli Ruby gem offers a powerful command-line interface
788788
(CLI, <code>ascli</code>) for IBM Aspera software, facilitating seamless
@@ -885,7 +885,7 @@ <h1 data-number="2" id="quick-start"><span class="header-section-number">2</span
885885
<p>Once the gem is installed, <code>ascli</code> shall be
886886
accessible:</p>
887887
<div class="sourceCode" id="cb1"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">ascli</span> <span class="at">--version</span></span></code></pre></div>
888-
<pre class="text"><code>4.24.0.pre</code></pre>
888+
<pre class="text"><code>4.24.0</code></pre>
889889
<div class="admonition note">
890890
<div class="admonition-title">ℹ️ Note</div>
891891
<div class="admonition-body"><div class="title">
@@ -1283,7 +1283,7 @@ <h2 data-number="3.3" id="ruby-gem-aspera-cli"><span class="header-section-numbe
12831283
<code>aspera-cli</code></h2>
12841284
<p>Once you have Ruby and rights to install gems, install the
12851285
<code>aspera-cli</code> gem and its dependencies:</p>
1286-
<div class="sourceCode" id="cb45"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb45-1"><a href="#cb45-1" aria-hidden="true" tabindex="-1"></a><span class="ex">gem</span> install aspera-cli <span class="at">--pre</span></span></code></pre></div>
1286+
<div class="sourceCode" id="cb45"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb45-1"><a href="#cb45-1" aria-hidden="true" tabindex="-1"></a><span class="ex">gem</span> install aspera-cli</span></code></pre></div>
12871287
<p>To upgrade to the latest version:</p>
12881288
<div class="sourceCode" id="cb46"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb46-1"><a href="#cb46-1" aria-hidden="true" tabindex="-1"></a><span class="ex">gem</span> update aspera-cli</span></code></pre></div>
12891289
<p>During its execution, <code>ascli</code> checks every week if a new
@@ -1550,7 +1550,7 @@ <h3 data-number="3.6.2" id="container-details"><span class="header-section-numbe
15501550
<div class="sourceCode" id="cb69"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb69-1"><a href="#cb69-1" aria-hidden="true" tabindex="-1"></a><span class="bu">alias</span> ascli=<span class="st">&#39;podman run --rm --tty --interactive docker.io/martinlaurent/ascli:latest&#39;</span></span></code></pre></div>
15511551
<p>Then, you can execute the container like a local command:</p>
15521552
<div class="sourceCode" id="cb70"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb70-1"><a href="#cb70-1" aria-hidden="true" tabindex="-1"></a><span class="ex">ascli</span> <span class="at">-v</span></span></code></pre></div>
1553-
<pre class="text"><code>4.24.0.pre</code></pre>
1553+
<pre class="text"><code>4.24.0</code></pre>
15541554
<p>In order to keep persistency of configuration on the host, you should
15551555
specify your user&#39;s configuration folder as a volume for the container.
15561556
To enable write access, a possibility is to run as <code>root</code> in
@@ -6313,7 +6313,7 @@ <h2 data-number="4.30" id="faux-for-testing"><span class="header-section-number"
63136313
<h2 data-number="4.31" id="usage"><span class="header-section-number">4.31</span> Usage</h2>
63146314
<pre class="text"><code>ascli -h
63156315
NAME
6316-
ascli -- a command line tool for Aspera Applications (v4.24.0.pre)
6316+
ascli -- a command line tool for Aspera Applications (v4.24.0)
63176317

63186318
SYNOPSIS
63196319
ascli COMMANDS [OPTIONS] [ARGS]

docs/Manual.pdf

-1.36 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.24.0.pre'
7+
VERSION = '4.24.0'
88
end
99
end

0 commit comments

Comments
 (0)