chore(air-trace): release master (#444)

This commit is contained in:
fluencebot
2023-02-07 09:48:58 +02:00
committed by GitHub
parent 881e303b14
commit 888b05bbd4
5 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,3 @@
{ {
"tools/cli/air-trace": "0.2.2" "tools/cli/air-trace": "0.2.3"
} }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "air-test-utils" name = "air-test-utils"
version = "0.4.0" version = "0.4.1"
description = "Test utils for the AIR interpreter" description = "Test utils for the AIR interpreter"
authors = ["Fluence Labs"] authors = ["Fluence Labs"]
edition = "2018" edition = "2018"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "air-testing-framework" name = "air-testing-framework"
version = "0.1.0" version = "0.1.1"
description = "AquaVM testing framework" description = "AquaVM testing framework"
authors = ["Fluence Labs"] authors = ["Fluence Labs"]
edition = "2018" edition = "2018"

View File

@ -0,0 +1,8 @@
# Changelog
## [0.2.3](https://github.com/fluencelabs/aquavm/compare/air-trace-v0.2.2...air-trace-v0.2.3) (2023-02-06)
### Bug Fixes
* **air-trace:** `air-trace` native-only compilation fix ([#429](https://github.com/fluencelabs/aquavm/issues/429)) ([c35eac0](https://github.com/fluencelabs/aquavm/commit/c35eac0f01f9c0dd147a139cd49389d1c9320601))

View File

@ -1,6 +1,6 @@
[package] [package]
name = "air-trace" name = "air-trace"
version = "0.2.2" version = "0.2.3"
edition = "2021" edition = "2021"
description = "AIR performance tracing tool" description = "AIR performance tracing tool"
authors = ["Fluence Labs"] authors = ["Fluence Labs"]