diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 819ecdd7..9fdb5b79 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.8" + ".": "0.11.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 88932c7f..ee0f65eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.11.9](https://github.com/fluencelabs/aqua/compare/aqua-v0.11.8...aqua-v0.11.9) (2023-08-09) + + +### Features + +* **compiler:** Add boolean algebra [fixes LNG-211] ([#814](https://github.com/fluencelabs/aqua/issues/814)) ([a5b6102](https://github.com/fluencelabs/aqua/commit/a5b610242260538ff38d62dc21b97a694d0776e3)) +* **compiler:** Add equality ops [fixes LNG-217] ([#820](https://github.com/fluencelabs/aqua/issues/820)) ([a5e9354](https://github.com/fluencelabs/aqua/commit/a5e9354aebe9291e9fc0b1d29e74972bfaa254e2)) +* **compiler:** Restrict exporting functions that return arrow types or ability types [fixes LNG-209] ([#815](https://github.com/fluencelabs/aqua/issues/815)) ([fabf8d7](https://github.com/fluencelabs/aqua/commit/fabf8d7d61ec8d70bf8e17e581c3c7371c4e6d78)) +* wrap aqua api ([#807](https://github.com/fluencelabs/aqua/issues/807)) ([c7fca40](https://github.com/fluencelabs/aqua/commit/c7fca40f670a4b5a51ab4ce188f69f550d4bf6d6)) + + +### Bug Fixes + +* **compiler:** Fix `if` with brackets parsing ([#812](https://github.com/fluencelabs/aqua/issues/812)) ([4c3c32b](https://github.com/fluencelabs/aqua/commit/4c3c32b7c400e87f962dc9827892a9224765e2a4)) +* **compiler:** Fix math ops for `u64` [fixes LNG-204] ([#811](https://github.com/fluencelabs/aqua/issues/811)) ([50ba194](https://github.com/fluencelabs/aqua/commit/50ba194b8610b60bcaefee401cadacb369246f79)) +* **compiler:** Nested abilities [fixes LNG-214] ([#816](https://github.com/fluencelabs/aqua/issues/816)) ([4e3e70f](https://github.com/fluencelabs/aqua/commit/4e3e70f4fc855a16238c4f84bd4f6a1102890904)) +* **compiler:** Runtime error on compilation exported functions with top types [fixes LNG-218] ([#822](https://github.com/fluencelabs/aqua/issues/822)) ([ef4b014](https://github.com/fluencelabs/aqua/commit/ef4b0143ac7cd4e1a5997d6a0f1f690ab806a315)) + ## [0.11.8](https://github.com/fluencelabs/aqua/compare/aqua-v0.11.7...aqua-v0.11.8) (2023-07-20) diff --git a/api/api-npm/package.json b/api/api-npm/package.json index 81fab59b..c27e5fe0 100644 --- a/api/api-npm/package.json +++ b/api/api-npm/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/aqua-api", - "version": "0.11.8", + "version": "0.11.9", "description": "Aqua API", "type": "module", "main": "index.js", diff --git a/build.sbt b/build.sbt index 84feaec3..db6a9d7b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val aquaVersion = "0.11.8" +val aquaVersion = "0.11.9" val scalaV = "3.3.0" val catsV = "2.8.0" diff --git a/cli/cli-npm/package.json b/cli/cli-npm/package.json index 28c76a82..21e2afdc 100644 --- a/cli/cli-npm/package.json +++ b/cli/cli-npm/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/aqua", - "version": "0.11.8", + "version": "0.11.9", "description": "Aqua compiler", "type": "module", "files": [ diff --git a/integration-tests/package.json b/integration-tests/package.json index 5e3102cf..385976c3 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -29,7 +29,7 @@ "do": "aqua dist deploy --addr /dns4/kras-04.fluence.dev/tcp/19001/wss/p2p/12D3KooWFEwNWcHqi9rtsmDhsYcDbRUCDXH84RC4FW6UfsFWaoHi --config-path deploy.json --service tsOracle" }, "devDependencies": { - "@fluencelabs/aqua": "0.11.8", + "@fluencelabs/aqua": "0.11.9", "@fluencelabs/aqua-dht": "0.2.5", "@fluencelabs/aqua-lib": "0.7.3", "@types/jest": "29.5.2", diff --git a/language-server/language-server-npm/package.json b/language-server/language-server-npm/package.json index d4cd76be..38462075 100644 --- a/language-server/language-server-npm/package.json +++ b/language-server/language-server-npm/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/aqua-language-server-api", - "version": "0.11.8", + "version": "0.11.9", "description": "Aqua Language Server API", "type": "commonjs", "files": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ca271d4e..b5485f0f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -68,7 +68,7 @@ importers: version: 1.8.1 devDependencies: '@fluencelabs/aqua': - specifier: 0.11.8 + specifier: 0.11.9 version: link:../cli/cli-npm '@fluencelabs/aqua-dht': specifier: 0.2.5