From 7de2eab603b78165297f7f09f132b0391b19f16b Mon Sep 17 00:00:00 2001 From: gitbook-bot Date: Tue, 26 Apr 2022 14:27:28 +0000 Subject: [PATCH] GitBook: [#135] No subject --- aqua-cli/README.md | 2 +- changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aqua-cli/README.md b/aqua-cli/README.md index 17fdbbd..354ad21 100644 --- a/aqua-cli/README.md +++ b/aqua-cli/README.md @@ -67,7 +67,7 @@ func hello(name: string, node:string, sid: string) -> string: We instantiate our aqua client peer: ```bash -aqua run --addr /dns4/.../wss/p2p/12D3 ...aoHI --input some-dir/hello.aqua --func 'hello("reader", "peer id", ["service id1", "service id2"])' +aqua run --addr /dns4/.../wss/p2p/12D3 ...aoHI --input some-dir/hello.aqua --func 'hello("reader", "peer id", "service id")' ``` The `aqua run` command provides additional features such as: diff --git a/changelog.md b/changelog.md index 4eec144..ef277e8 100644 --- a/changelog.md +++ b/changelog.md @@ -7,7 +7,7 @@ Aqua compiler's versioning scheme is the following: `0.BREAKING.ENHANCING.RELEAS * `ENHANCING` part is incremented for every syntax addition * `RELEASE` is the release number, shows internal compiler changes, bugfixes that keep the language untouched -### [0.7.2](https://github.com/fluencelabs/aqua/releases/tag/0.7.2) – March 25, 2022 +### [0.7.2](https://github.com/fluencelabs/aqua/releases/tag/0.7.2) – April 26, 2022 * FluenceJS was updated to 0.23.0 ([#503](https://github.com/fluencelabs/aqua/pull/503)) * `noXor`, `noRelay`, `const` and `verbose` options in `aqua run (`[#473](https://github.com/fluencelabs/aqua/issues/473) [#475](https://github.com/fluencelabs/aqua/issues/475))