Skip to content

Commit af3fc24

Browse files
authored
chore(main): release aqua 0.14.11 (#1158)
* chore(main): release aqua 0.14.11 * chore: Bump aqua version to 0.14.11
1 parent 1c76f75 commit af3fc24

File tree

7 files changed

+19
-6
lines changed

7 files changed

+19
-6
lines changed

.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.14.10"
2+
".": "0.14.11"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.14.11](https://github.com/fluencelabs/aqua/compare/aqua-v0.14.10...aqua-v0.14.11) (2024-07-03)
4+
5+
6+
### Features
7+
8+
* **compiler:** Add feature to insert map from a function result with correct type [LNG-367] ([#1159](https://github.com/fluencelabs/aqua/issues/1159)) ([4d49279](https://github.com/fluencelabs/aqua/commit/4d49279569b5cfbdf351e9236dd508d9bf51badc))
9+
* **compiler:** Allow renaming imports with qualified names [LNG-361] ([#1136](https://github.com/fluencelabs/aqua/issues/1136)) ([1c76f75](https://github.com/fluencelabs/aqua/commit/1c76f75d80ae958a7eb2bf2aec5c58a5b92c438f))
10+
11+
12+
### Bug Fixes
13+
14+
* **compiler:** Push to stream in closures [LNG-365] ([#1157](https://github.com/fluencelabs/aqua/issues/1157)) ([77b7b9b](https://github.com/fluencelabs/aqua/commit/77b7b9b4bd4e8964b6ceb681750fda27766c16b2))
15+
316
## [0.14.10](https://github.com/fluencelabs/aqua/compare/aqua-v0.14.9...aqua-v0.14.10) (2024-06-07)
417

518

api/api-npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/aqua-api",
3-
"version": "0.14.10",
3+
"version": "0.14.11",
44
"description": "Aqua API",
55
"type": "module",
66
"main": "index.js",

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import BundleJS.*
22

3-
val aquaVersion = "0.14.10"
3+
val aquaVersion = "0.14.11"
44

55
val scalaV = "3.4.2"
66
val catsV = "2.12.0"

integration-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"prettier": {},
3131
"devDependencies": {
32-
"@fluencelabs/aqua-api": "0.14.10",
32+
"@fluencelabs/aqua-api": "0.14.11",
3333
"@fluencelabs/aqua-lib": "0.10.2",
3434
"@types/jest": "29.5.11",
3535
"@types/node": "18.19.10",

language-server/language-server-npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/aqua-language-server-api",
3-
"version": "0.14.10",
3+
"version": "0.14.11",
44
"description": "Aqua Language Server API",
55
"type": "commonjs",
66
"files": [

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)