Skip to content

Commit

Permalink
chore(main): release aqua-lib 0.7.1 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored May 30, 2023
1 parent 96af0d4 commit a6f4a2a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 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.7.0"
".": "0.7.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## [0.7.1](https://github.com/fluencelabs/aqua-lib/compare/aqua-lib-v0.7.0...aqua-lib-v0.7.1) (2023-05-30)


### Features

* add console-run ([#44](https://github.com/fluencelabs/aqua-lib/issues/44)) ([96af0d4](https://github.com/fluencelabs/aqua-lib/commit/96af0d4d4d7c40562142896a5d6500c4e991302f))
* **builtin:** add worker builtin definition [NET-397] ([#42](https://github.com/fluencelabs/aqua-lib/issues/42)) ([f575e71](https://github.com/fluencelabs/aqua-lib/commit/f575e71e054cca529190835ed1cb2f605a544b70))
* update Service data structure ([#39](https://github.com/fluencelabs/aqua-lib/issues/39)) ([d7bc270](https://github.com/fluencelabs/aqua-lib/commit/d7bc270d361c25ac087f989d9eb2c6c86d7fba6b))
4 changes: 2 additions & 2 deletions package-lock.json

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

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "@fluencelabs/aqua-lib",
"version": "0.7.0",
"version": "0.7.1",
"description": "Aqua standard library",
"files": [
"builtin.aqua",
"math.aqua",
"binary.aqua"
],
"scripts": {},
"scripts": {
"compile-dry": "aqua -i . --dry"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluencelabs/aqua-lib.git"
Expand All @@ -16,9 +18,6 @@
"aqua",
"fluence"
],
"scripts": {
"compile-dry": "aqua -i . --dry"
},
"author": "Fluence Labs",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit a6f4a2a

Please sign in to comment.