Skip to content

Commit

Permalink
chore(main): release aqua 0.9.4 (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Feb 1, 2023
1 parent 439f2cd commit b4a62da
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.3"
".": "0.9.4"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.9.4](https://github.com/fluencelabs/aqua/compare/aqua-v0.9.3...aqua-v0.9.4) (2023-02-01)


### Bug Fixes

* Canonicalize variable in object creation or copy if variable is a stream ([#649](https://github.com/fluencelabs/aqua/issues/649)) ([fedd743](https://github.com/fluencelabs/aqua/commit/fedd743721c33ccee51b2b6b8efff2b032586329))


### Performance Improvements

* Unfold variables in parallel where it is possible (fixes LNG-109 ) ([#656](https://github.com/fluencelabs/aqua/issues/656)) ([439f2cd](https://github.com/fluencelabs/aqua/commit/439f2cde03b5bca99b072bf7cad389168b8ad0fa))

## [0.9.3](https://github.com/fluencelabs/aqua/compare/aqua-v0.9.2...aqua-v0.9.3) (2023-01-20)


Expand Down
4 changes: 2 additions & 2 deletions api/aqua-api-npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/aqua-api-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-api",
"version": "0.9.3",
"version": "0.9.4",
"description": "Aqua API",
"type": "commonjs",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val dottyVersion = "3.2.2"

scalaVersion := dottyVersion

val aquaVersion = "0.9.3"
val aquaVersion = "0.9.4"

val catsV = "2.8.0"
val catsParseV = "0.3.8"
Expand Down
4 changes: 2 additions & 2 deletions cli/cli-npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/cli-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua",
"version": "0.9.3",
"version": "0.9.4",
"description": "Aqua compiler",
"type": "module",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions language-server/language-server-npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion language-server/language-server-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-language-server-api",
"version": "0.9.3",
"version": "0.9.4",
"description": "Aqua Language Server API",
"type": "commonjs",
"files": [
Expand Down

0 comments on commit b4a62da

Please sign in to comment.